Html Css Color HEX #515802 Verdun Green

📋 copy color: '#515802'

red 81 ◦ green 88 ◦ blue 2

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

Shades of Verdun Green #515802

Tints of Verdun Green #515802

RGB

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

 GREEN value IS 88 (34.77% from 255) = 51.46%

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

R = 47.37%
G = 51.46%
B = 1.17%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.98

 K value IS 0.65

RGB Variations

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

Color information

#515802 (or 0x515802) is known color: Verdun Green. HEX triplet: 51, 58 and 02. RGB value is (81,88,2). Sum of RGB (Red+Green+Blue) = 81+88+2=171 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.37% from 171); Green value is 88 (34.77% from 255 or 51.46% from 171); Blue value is 2 (1.17% from 255 or 1.17% from 171); Max value from RGB is 88 - color contains mainly: green. Hex color #515802 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515802 is #AEA7FD. Grayscale: #4C4C4C. Windows color (decimal): -11446270 or 153681. OLE color: 153681.

HSL color Cylindrical-coordinate representation of color #515802: hue angle of 64.88º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #515802 is Cyan = 0.08, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.65.

Color convert

RGB 81 88 2 -
CMYK 0.08 0 0.98 0.65
HSL 64.88º 0.96% 0.18% -
HSV(B) 64.88º 0.98% 0.35% -
XYZ 6.89 8.73 1.38 -
YUV 76.1 86.18 131.49 -
System Red Green Blue C M Y K H S L
Decimal 81 88 2 0.08 0 0.98 0.65 64.88 0.96 0.18
Hex 51 58 2 8 0 62 41 41 60 12
Octal 121 130 2 10 0 142 101 101 140 22
Binary 1010001 1011000 10 1000 0 1100010 1000001 1000001 1100000 10010

Color Harmonies of #515802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515802

Black with #515802

Text Example


Text Example

White with #515802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515802; }

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

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

background-color css

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

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

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

border-color css

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

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

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