Html Css Color HEX #366208 Verdun Green

📋 copy color: '#366208'

red 54 ◦ green 98 ◦ blue 8

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

Shades of Verdun Green #366208

Tints of Verdun Green #366208

RGB

 RED value IS 54 (21.48% from 255) = 33.75%

 GREEN value IS 98 (38.67% from 255) = 61.25%

 BLUE value IS 8 (3.52% from 255) = 5%

R = 33.75%
G = 61.25%
B = 5%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.92

 K value IS 0.62

RGB Variations

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

Color information

#366208 (or 0x366208) is known color: Verdun Green. HEX triplet: 36, 62 and 08. RGB value is (54,98,8). Sum of RGB (Red+Green+Blue) = 54+98+8=160 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.75% from 160); Green value is 98 (38.67% from 255 or 61.25% from 160); Blue value is 8 (3.52% from 255 or 5% from 160); Max value from RGB is 98 - color contains mainly: green. Hex color #366208 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #366208 is #C99DF7. Grayscale: #4A4A4A. Windows color (decimal): -13213176 or 549430. OLE color: 549430.

HSL color Cylindrical-coordinate representation of color #366208: hue angle of 89.33º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #366208 is Cyan = 0.45, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.62.

Color convert

RGB 54 98 8 -
CMYK 0.45 0 0.92 0.62
HSL 89.33º 0.85% 0.21% -
HSV(B) 89.33º 0.92% 0.38% -
XYZ 5.93 9.54 1.76 -
YUV 74.58 90.42 113.32 -
System Red Green Blue C M Y K H S L
Decimal 54 98 8 0.45 0 0.92 0.62 89.33 0.85 0.21
Hex 36 62 8 2D 0 5C 3E 59 55 15
Octal 66 142 10 55 0 134 76 131 125 25
Binary 110110 1100010 1000 101101 0 1011100 111110 1011001 1010101 10101

Color Harmonies of #366208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366208

Black with #366208

Text Example


Text Example

White with #366208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366208; }

 p { color: rgb(54,98,8); }

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

background-color css

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

 a { background-color: rgb(54,98,8); }

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

border-color css

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

 span { border-color: rgb(54,98,8); }

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