Html Css Color HEX #366409 Verdun Green

📋 copy color: '#366409'

red 54 ◦ green 100 ◦ blue 9

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

Shades of Verdun Green #366409

Tints of Verdun Green #366409

RGB

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

 GREEN value IS 100 (39.45% from 255) = 61.35%

 BLUE value IS 9 (3.91% from 255) = 5.52%

R = 33.13%
G = 61.35%
B = 5.52%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.91

 K value IS 0.61

RGB Variations

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

Color information

#366409 (or 0x366409) is known color: Verdun Green. HEX triplet: 36, 64 and 09. RGB value is (54,100,9). Sum of RGB (Red+Green+Blue) = 54+100+9=163 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.13% from 163); Green value is 100 (39.45% from 255 or 61.35% from 163); Blue value is 9 (3.91% from 255 or 5.52% from 163); Max value from RGB is 100 - color contains mainly: green. Hex color #366409 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #366409 is #C99BF6. Grayscale: #4C4C4C. Windows color (decimal): -13212663 or 615478. OLE color: 615478.

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

Color convert

RGB 54 100 9 -
CMYK 0.46 0 0.91 0.61
HSL 90.33º 0.83% 0.21% -
HSV(B) 90.33º 0.91% 0.39% -
XYZ 6.13 9.92 1.85 -
YUV 75.87 90.26 112.4 -
System Red Green Blue C M Y K H S L
Decimal 54 100 9 0.46 0 0.91 0.61 90.33 0.83 0.21
Hex 36 64 9 2E 0 5B 3D 5A 53 15
Octal 66 144 11 56 0 133 75 132 123 25
Binary 110110 1100100 1001 101110 0 1011011 111101 1011010 1010011 10101

Color Harmonies of #366409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366409

Black with #366409

Text Example


Text Example

White with #366409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366409; }

 p { color: rgb(54,100,9); }

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

background-color css

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

 a { background-color: rgb(54,100,9); }

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

border-color css

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

 span { border-color: rgb(54,100,9); }

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