Html Css Color HEX #366404 Verdun Green

📋 copy color: '#366404'

red 54 ◦ green 100 ◦ blue 4

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

Shades of Verdun Green #366404

Tints of Verdun Green #366404

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.53%

R = 34.18%
G = 63.29%
B = 2.53%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.96

 K value IS 0.61

RGB Variations

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

Color information

#366404 (or 0x366404) is known color: Verdun Green. HEX triplet: 36, 64 and 04. RGB value is (54,100,4). Sum of RGB (Red+Green+Blue) = 54+100+4=158 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.18% from 158); Green value is 100 (39.45% from 255 or 63.29% from 158); Blue value is 4 (1.95% from 255 or 2.53% from 158); Max value from RGB is 100 - color contains mainly: green. Hex color #366404 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #366404 is #C99BFB. Grayscale: #4B4B4B. Windows color (decimal): -13212668 or 287798. OLE color: 287798.

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

Color convert

RGB 54 100 4 -
CMYK 0.46 0 0.96 0.61
HSL 88.75º 0.92% 0.2% -
HSV(B) 88.75º 0.96% 0.39% -
XYZ 6.1 9.91 1.71 -
YUV 75.3 87.76 112.81 -
System Red Green Blue C M Y K H S L
Decimal 54 100 4 0.46 0 0.96 0.61 88.75 0.92 0.2
Hex 36 64 4 2E 0 60 3D 59 5C 14
Octal 66 144 4 56 0 140 75 131 134 24
Binary 110110 1100100 100 101110 0 1100000 111101 1011001 1011100 10100

Color Harmonies of #366404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366404

Black with #366404

Text Example


Text Example

White with #366404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366404; }

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

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

background-color css

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

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

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

border-color css

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

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

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