Html Css Color HEX #366704 Verdun Green

📋 copy color: '#366704'

red 54 ◦ green 103 ◦ blue 4

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

Shades of Verdun Green #366704

Tints of Verdun Green #366704

RGB

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

 GREEN value IS 103 (40.63% from 255) = 63.98%

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

R = 33.54%
G = 63.98%
B = 2.48%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.96

 K value IS 0.60

RGB Variations

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

Color information

#366704 (or 0x366704) is known color: Verdun Green. HEX triplet: 36, 67 and 04. RGB value is (54,103,4). Sum of RGB (Red+Green+Blue) = 54+103+4=161 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.54% from 161); Green value is 103 (40.62% from 255 or 63.98% from 161); Blue value is 4 (1.95% from 255 or 2.48% from 161); Max value from RGB is 103 - color contains mainly: green. Hex color #366704 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #366704 is #C998FB. Grayscale: #4D4D4D. Windows color (decimal): -13211900 or 288566. OLE color: 288566.

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

Color convert

RGB 54 103 4 -
CMYK 0.48 0 0.96 0.60
HSL 89.7º 0.93% 0.21% -
HSV(B) 89.7º 0.96% 0.4% -
XYZ 6.39 10.49 1.8 -
YUV 77.06 86.77 111.55 -
System Red Green Blue C M Y K H S L
Decimal 54 103 4 0.48 0 0.96 0.60 89.7 0.93 0.21
Hex 36 67 4 30 0 60 3C 5A 5D 15
Octal 66 147 4 60 0 140 74 132 135 25
Binary 110110 1100111 100 110000 0 1100000 111100 1011010 1011101 10101

Color Harmonies of #366704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366704

Black with #366704

Text Example


Text Example

White with #366704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366704; }

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

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

background-color css

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

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

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

border-color css

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

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

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