Html Css Color HEX #366508 Verdun Green

📋 copy color: '#366508'

red 54 ◦ green 101 ◦ blue 8

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

Shades of Verdun Green #366508

Tints of Verdun Green #366508

RGB

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

 GREEN value IS 101 (39.84% from 255) = 61.96%

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

R = 33.13%
G = 61.96%
B = 4.91%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.92

 K value IS 0.60

RGB Variations

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

Color information

#366508 (or 0x366508) is known color: Verdun Green. HEX triplet: 36, 65 and 08. RGB value is (54,101,8). Sum of RGB (Red+Green+Blue) = 54+101+8=163 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.13% from 163); Green value is 101 (39.84% from 255 or 61.96% from 163); Blue value is 8 (3.52% from 255 or 4.91% from 163); Max value from RGB is 101 - color contains mainly: green. Hex color #366508 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #366508 is #C99AF7. Grayscale: #4C4C4C. Windows color (decimal): -13212408 or 550198. OLE color: 550198.

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

Color convert

RGB 54 101 8 -
CMYK 0.47 0 0.92 0.60
HSL 90.32º 0.85% 0.21% -
HSV(B) 90.32º 0.92% 0.4% -
XYZ 6.22 10.11 1.85 -
YUV 76.35 89.43 112.06 -
System Red Green Blue C M Y K H S L
Decimal 54 101 8 0.47 0 0.92 0.60 90.32 0.85 0.21
Hex 36 65 8 2F 0 5C 3C 5A 55 15
Octal 66 145 10 57 0 134 74 132 125 25
Binary 110110 1100101 1000 101111 0 1011100 111100 1011010 1010101 10101

Color Harmonies of #366508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366508

Black with #366508

Text Example


Text Example

White with #366508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366508; }

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

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

background-color css

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

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

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

border-color css

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

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

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