Html Css Color HEX #366502 Verdun Green

📋 copy color: '#366502'

red 54 ◦ green 101 ◦ blue 2

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

Shades of Verdun Green #366502

Tints of Verdun Green #366502

RGB

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

 GREEN value IS 101 (39.84% from 255) = 64.33%

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

R = 34.39%
G = 64.33%
B = 1.27%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.98

 K value IS 0.60

RGB Variations

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

Color information

#366502 (or 0x366502) is known color: Verdun Green. HEX triplet: 36, 65 and 02. RGB value is (54,101,2). Sum of RGB (Red+Green+Blue) = 54+101+2=157 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.39% from 157); Green value is 101 (39.84% from 255 or 64.33% from 157); Blue value is 2 (1.17% from 255 or 1.27% from 157); Max value from RGB is 101 - color contains mainly: green. Hex color #366502 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #366502 is #C99AFD. Grayscale: #4C4C4C. Windows color (decimal): -13212414 or 156982. OLE color: 156982.

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

Color convert

RGB 54 101 2 -
CMYK 0.47 0 0.98 0.60
HSL 88.48º 0.96% 0.2% -
HSV(B) 88.48º 0.98% 0.4% -
XYZ 6.19 10.1 1.68 -
YUV 75.66 86.43 112.55 -
System Red Green Blue C M Y K H S L
Decimal 54 101 2 0.47 0 0.98 0.60 88.48 0.96 0.2
Hex 36 65 2 2F 0 62 3C 58 60 14
Octal 66 145 2 57 0 142 74 130 140 24
Binary 110110 1100101 10 101111 0 1100010 111100 1011000 1100000 10100

Color Harmonies of #366502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366502

Black with #366502

Text Example


Text Example

White with #366502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366502; }

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

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

background-color css

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

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

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

border-color css

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

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

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