#33846C

Color #33846C Viridian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viridian #33846C

Tints of Viridian #33846C

Color information

#33846C (or 0x33846C) is unknown color: approx Viridian. HEX triplet: 33, 84 and 6C. RGB value is (51,132,108). Sum of RGB (Red+Green+Blue) = 51+132+108=291 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.53% from 291); Green value is 132 (51.95% from 255 or 45.36% from 291); Blue value is 108 (42.58% from 255 or 37.11% from 291); Max value from RGB is 132 - color contains mainly: green. Hex color #33846C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33846C is #CC7B93. Grayscale: #696969. Windows color (decimal): -13400980 or 7111731. OLE color: 7111731.

HSL color Cylindrical-coordinate representation of color #33846C: hue angle of 162.22º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #33846C is Cyan = 0.61, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB51132108-
CMYK0.6100.180.48
HSL162.22º44.26%35.88%-
HSV(B)162.22º61.36%51.76%-
XYZ12.3218.2917.07-
YUV105.04129.6689.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 51 (20.31% from 255) = 17.53%
GREEN value IS 132 (51.95% from 255) = 45.36%
BLUE value IS 108 (42.58% from 255) = 37.11%
R=17.53%
G=45.36%
B=37.11%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal511321080.6100.180.48162.2244.2635.88
Hex33846C3D01230a22c24
Octal6320415475022602425444
Binary11001110000100110110011110101001011000010100010101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33846C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33846C; }

 p { color: rgb(51,132,108); }

 H1.HeaderClassName
 {
   color: #33846C;
 }
 .AnyTagClassName
 {
   color: #33846C;
 }
</style>
background-color css

<style>
 a { background-color: #33846C; }

 a { background-color: rgb(51,132,108); }

 div.DivClassName
 {
   background-color: #33846C;
 }
 .BgClassName
 {
   background-color: #33846C;
 }
</style>
border-color css

<style>
 span { border-color: #33846C; }

 span { border-color: rgb(51,132,108); }

 td.TdClassName
 {
   border-color: #33846C;
 }
 .TagClassName
 {
   border-color: #33846C;
 }
</style>