Html Css Color HEX #366308 Verdun Green

📋 copy color: '#366308'

red 54 ◦ green 99 ◦ blue 8

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

Shades of Verdun Green #366308

Tints of Verdun Green #366308

RGB

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

 GREEN value IS 99 (39.06% from 255) = 61.49%

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

R = 33.54%
G = 61.49%
B = 4.97%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.92

 K value IS 0.61

RGB Variations

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

Color information

#366308 (or 0x366308) is known color: Verdun Green. HEX triplet: 36, 63 and 08. RGB value is (54,99,8). Sum of RGB (Red+Green+Blue) = 54+99+8=161 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.54% from 161); Green value is 99 (39.06% from 255 or 61.49% from 161); Blue value is 8 (3.52% from 255 or 4.97% from 161); Max value from RGB is 99 - color contains mainly: green. Hex color #366308 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #366308 is #C99CF7. Grayscale: #4B4B4B. Windows color (decimal): -13212920 or 549686. OLE color: 549686.

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

Color convert

RGB 54 99 8 -
CMYK 0.45 0 0.92 0.61
HSL 89.67º 0.85% 0.21% -
HSV(B) 89.67º 0.92% 0.39% -
XYZ 6.03 9.73 1.79 -
YUV 75.17 90.09 112.9 -
System Red Green Blue C M Y K H S L
Decimal 54 99 8 0.45 0 0.92 0.61 89.67 0.85 0.21
Hex 36 63 8 2D 0 5C 3D 5A 55 15
Octal 66 143 10 55 0 134 75 132 125 25
Binary 110110 1100011 1000 101101 0 1011100 111101 1011010 1010101 10101

Color Harmonies of #366308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366308

Black with #366308

Text Example


Text Example

White with #366308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366308; }

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

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

background-color css

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

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

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

border-color css

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

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

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