Html Css Color HEX #33600E Verdun Green

📋 copy color: '#33600E'

red 51 ◦ green 96 ◦ blue 14

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

Shades of Verdun Green #33600E

Tints of Verdun Green #33600E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 8.7%

R = 31.68%
G = 59.63%
B = 8.7%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.85

 K value IS 0.62

RGB Variations

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

Color information

#33600E (or 0x33600E) is known color: Verdun Green. HEX triplet: 33, 60 and 0E. RGB value is (51,96,14). Sum of RGB (Red+Green+Blue) = 51+96+14=161 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.68% from 161); Green value is 96 (37.89% from 255 or 59.63% from 161); Blue value is 14 (5.86% from 255 or 8.70% from 161); Max value from RGB is 96 - color contains mainly: green. Hex color #33600E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #33600E is #CC9FF1. Grayscale: #494949. Windows color (decimal): -13410290 or 942131. OLE color: 942131.

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

Color convert

RGB 51 96 14 -
CMYK 0.47 0 0.85 0.62
HSL 92.93º 0.75% 0.22% -
HSV(B) 92.93º 0.85% 0.38% -
XYZ 5.63 9.1 1.88 -
YUV 73.2 94.59 112.17 -
System Red Green Blue C M Y K H S L
Decimal 51 96 14 0.47 0 0.85 0.62 92.93 0.75 0.22
Hex 33 60 E 2F 0 55 3E 5D 4B 16
Octal 63 140 16 57 0 125 76 135 113 26
Binary 110011 1100000 1110 101111 0 1010101 111110 1011101 1001011 10110

Color Harmonies of #33600E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33600E

Black with #33600E

Text Example


Text Example

White with #33600E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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