Html Css Color HEX #515002 Verdun Green

📋 copy color: '#515002'

red 81 ◦ green 80 ◦ blue 2

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

Shades of Verdun Green #515002

Tints of Verdun Green #515002

RGB

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

 GREEN value IS 80 (31.64% from 255) = 49.08%

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

R = 49.69%
G = 49.08%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.98

 K value IS 0.68

RGB Variations

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

Color information

#515002 (or 0x515002) is known color: Verdun Green. HEX triplet: 51, 50 and 02. RGB value is (81,80,2). Sum of RGB (Red+Green+Blue) = 81+80+2=163 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.69% from 163); Green value is 80 (31.64% from 255 or 49.08% from 163); Blue value is 2 (1.17% from 255 or 1.23% from 163); Max value from RGB is 81 - color contains mainly: red. Hex color #515002 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515002 is #AEAFFD. Grayscale: #474747. Windows color (decimal): -11448318 or 151633. OLE color: 151633.

HSL color Cylindrical-coordinate representation of color #515002: hue angle of 59.24º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #515002 is Cyan = 0, Magento = 0.01, Yellow = 0.98 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 80 2 -
CMYK 0 0.01 0.98 0.68
HSL 59.24º 0.95% 0.16% -
HSV(B) 59.24º 0.98% 0.32% -
XYZ 6.27 7.49 1.17 -
YUV 71.41 88.83 134.84 -
System Red Green Blue C M Y K H S L
Decimal 81 80 2 0 0.01 0.98 0.68 59.24 0.95 0.16
Hex 51 50 2 0 1 62 44 3B 5F 10
Octal 121 120 2 0 1 142 104 73 137 20
Binary 1010001 1010000 10 0 1 1100010 1000100 111011 1011111 10000

Color Harmonies of #515002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515002

Black with #515002

Text Example


Text Example

White with #515002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515002; }

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

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

background-color css

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

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

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

border-color css

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

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

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