Html Css Color HEX #366204 Verdun Green

📋 copy color: '#366204'

red 54 ◦ green 98 ◦ blue 4

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

Shades of Verdun Green #366204

Tints of Verdun Green #366204

RGB

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

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

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

R = 34.62%
G = 62.82%
B = 2.56%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.96

 K value IS 0.62

RGB Variations

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

Color information

#366204 (or 0x366204) is known color: Verdun Green. HEX triplet: 36, 62 and 04. RGB value is (54,98,4). Sum of RGB (Red+Green+Blue) = 54+98+4=156 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.62% from 156); Green value is 98 (38.67% from 255 or 62.82% from 156); Blue value is 4 (1.95% from 255 or 2.56% from 156); Max value from RGB is 98 - color contains mainly: green. Hex color #366204 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #366204 is #C99DFB. Grayscale: #4A4A4A. Windows color (decimal): -13213180 or 287286. OLE color: 287286.

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

Color convert

RGB 54 98 4 -
CMYK 0.45 0 0.96 0.62
HSL 88.09º 0.92% 0.2% -
HSV(B) 88.09º 0.96% 0.38% -
XYZ 5.91 9.53 1.64 -
YUV 74.13 88.42 113.64 -
System Red Green Blue C M Y K H S L
Decimal 54 98 4 0.45 0 0.96 0.62 88.09 0.92 0.2
Hex 36 62 4 2D 0 60 3E 58 5C 14
Octal 66 142 4 55 0 140 76 130 134 24
Binary 110110 1100010 100 101101 0 1100000 111110 1011000 1011100 10100

Color Harmonies of #366204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366204

Black with #366204

Text Example


Text Example

White with #366204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366204; }

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

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

background-color css

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

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

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

border-color css

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

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

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