Html Css Color HEX #366402 Verdun Green

📋 copy color: '#366402'

red 54 ◦ green 100 ◦ blue 2

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

Shades of Verdun Green #366402

Tints of Verdun Green #366402

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.28%

R = 34.62%
G = 64.1%
B = 1.28%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.98

 K value IS 0.61

RGB Variations

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

Color information

#366402 (or 0x366402) is known color: Verdun Green. HEX triplet: 36, 64 and 02. RGB value is (54,100,2). Sum of RGB (Red+Green+Blue) = 54+100+2=156 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.62% from 156); Green value is 100 (39.45% from 255 or 64.10% from 156); Blue value is 2 (1.17% from 255 or 1.28% from 156); Max value from RGB is 100 - color contains mainly: green. Hex color #366402 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #366402 is #C99BFD. Grayscale: #4B4B4B. Windows color (decimal): -13212670 or 156726. OLE color: 156726.

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

Color convert

RGB 54 100 2 -
CMYK 0.46 0 0.98 0.61
HSL 88.16º 0.96% 0.2% -
HSV(B) 88.16º 0.98% 0.39% -
XYZ 6.09 9.9 1.65 -
YUV 75.07 86.76 112.97 -
System Red Green Blue C M Y K H S L
Decimal 54 100 2 0.46 0 0.98 0.61 88.16 0.96 0.2
Hex 36 64 2 2E 0 62 3D 58 60 14
Octal 66 144 2 56 0 142 75 130 140 24
Binary 110110 1100100 10 101110 0 1100010 111101 1011000 1100000 10100

Color Harmonies of #366402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366402

Black with #366402

Text Example


Text Example

White with #366402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366402; }

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

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

background-color css

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

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

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

border-color css

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

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

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