Html Css Color HEX #515502 Verdun Green

📋 copy color: '#515502'

red 81 ◦ green 85 ◦ blue 2

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

Shades of Verdun Green #515502

Tints of Verdun Green #515502

RGB

 RED value IS 81 (32.03% from 255) = 48.21%

 GREEN value IS 85 (33.59% from 255) = 50.6%

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

R = 48.21%
G = 50.6%
B = 1.19%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#515502 (or 0x515502) is known color: Verdun Green. HEX triplet: 51, 55 and 02. RGB value is (81,85,2). Sum of RGB (Red+Green+Blue) = 81+85+2=168 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.21% from 168); Green value is 85 (33.59% from 255 or 50.60% from 168); Blue value is 2 (1.17% from 255 or 1.19% from 168); Max value from RGB is 85 - color contains mainly: green. Hex color #515502 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515502 is #AEAAFD. Grayscale: #4A4A4A. Windows color (decimal): -11447038 or 152913. OLE color: 152913.

HSL color Cylindrical-coordinate representation of color #515502: hue angle of 62.89º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #515502 is Cyan = 0.05, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.67.

Color convert

RGB 81 85 2 -
CMYK 0.05 0 0.98 0.67
HSL 62.89º 0.95% 0.17% -
HSV(B) 62.89º 0.98% 0.33% -
XYZ 6.65 8.25 1.3 -
YUV 74.34 87.17 132.75 -
System Red Green Blue C M Y K H S L
Decimal 81 85 2 0.05 0 0.98 0.67 62.89 0.95 0.17
Hex 51 55 2 5 0 62 43 3F 5F 11
Octal 121 125 2 5 0 142 103 77 137 21
Binary 1010001 1010101 10 101 0 1100010 1000011 111111 1011111 10001

Color Harmonies of #515502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515502

Black with #515502

Text Example


Text Example

White with #515502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515502; }

 p { color: rgb(81,85,2); }

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

background-color css

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

 a { background-color: rgb(81,85,2); }

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

border-color css

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

 span { border-color: rgb(81,85,2); }

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