Html Css Color HEX #366202 Verdun Green

📋 copy color: '#366202'

red 54 ◦ green 98 ◦ blue 2

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

Shades of Verdun Green #366202

Tints of Verdun Green #366202

RGB

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

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

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

R = 35.06%
G = 63.64%
B = 1.3%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#366202 (or 0x366202) is known color: Verdun Green. HEX triplet: 36, 62 and 02. RGB value is (54,98,2). Sum of RGB (Red+Green+Blue) = 54+98+2=154 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.06% from 154); Green value is 98 (38.67% from 255 or 63.64% from 154); Blue value is 2 (1.17% from 255 or 1.30% from 154); Max value from RGB is 98 - color contains mainly: green. Hex color #366202 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #366202 is #C99DFD. Grayscale: #4A4A4A. Windows color (decimal): -13213182 or 156214. OLE color: 156214.

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

Color convert

RGB 54 98 2 -
CMYK 0.45 0 0.98 0.62
HSL 87.5º 0.96% 0.2% -
HSV(B) 87.5º 0.98% 0.38% -
XYZ 5.9 9.52 1.58 -
YUV 73.9 87.42 113.81 -
System Red Green Blue C M Y K H S L
Decimal 54 98 2 0.45 0 0.98 0.62 87.5 0.96 0.2
Hex 36 62 2 2D 0 62 3E 57 60 14
Octal 66 142 2 55 0 142 76 127 140 24
Binary 110110 1100010 10 101101 0 1100010 111110 1010111 1100000 10100

Color Harmonies of #366202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366202

Black with #366202

Text Example


Text Example

White with #366202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366202; }

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

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

background-color css

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

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

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

border-color css

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

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

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