Html Css Color HEX #33600C Verdun Green

📋 copy color: '#33600C'

red 51 ◦ green 96 ◦ blue 12

#33600C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdun Green #33600C

Tints of Verdun Green #33600C

RGB

 RED value IS 51 (20.31% from 255) = 32.08%

 GREEN value IS 96 (37.89% from 255) = 60.38%

 BLUE value IS 12 (5.08% from 255) = 7.55%

R = 32.08%
G = 60.38%
B = 7.55%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.88

 K value IS 0.62

RGB Variations

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

Color information

#33600C (or 0x33600C) is known color: Verdun Green. HEX triplet: 33, 60 and 0C. RGB value is (51,96,12). Sum of RGB (Red+Green+Blue) = 51+96+12=159 (21% of max value = 765). Red value is 51 (20.31% from 255 or 32.08% from 159); Green value is 96 (37.89% from 255 or 60.38% from 159); Blue value is 12 (5.08% from 255 or 7.55% from 159); Max value from RGB is 96 - color contains mainly: green. Hex color #33600C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #33600C is #CC9FF3. Grayscale: #494949. Windows color (decimal): -13410292 or 811059. OLE color: 811059.

HSL color Cylindrical-coordinate representation of color #33600C: hue angle of 92.14º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #33600C is Cyan = 0.47, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB 51 96 12 -
CMYK 0.47 0 0.88 0.62
HSL 92.14º 0.78% 0.21% -
HSV(B) 92.14º 0.88% 0.38% -
XYZ 5.61 9.1 1.81 -
YUV 72.97 93.59 112.33 -
System Red Green Blue C M Y K H S L
Decimal 51 96 12 0.47 0 0.88 0.62 92.14 0.78 0.21
Hex 33 60 C 2F 0 58 3E 5C 4E 15
Octal 63 140 14 57 0 130 76 134 116 25
Binary 110011 1100000 1100 101111 0 1011000 111110 1011100 1001110 10101

Color Harmonies of #33600C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33600C

Black with #33600C

Text Example


Text Example

White with #33600C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,96,12); }

 H1.HeaderClassName
 {
   color: #33600C;
 }
 .AnyTagClassName
 {
   color: #33600C;
 }
</style>

background-color css

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

 a { background-color: rgb(51,96,12); }

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

border-color css

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

 span { border-color: rgb(51,96,12); }

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