Html Css Color HEX #515402 Verdun Green

📋 copy color: '#515402'

red 81 ◦ green 84 ◦ blue 2

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

Shades of Verdun Green #515402

Tints of Verdun Green #515402

RGB

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

 GREEN value IS 84 (33.2% from 255) = 50.3%

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

R = 48.5%
G = 50.3%
B = 1.2%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#515402 (or 0x515402) is known color: Verdun Green. HEX triplet: 51, 54 and 02. RGB value is (81,84,2). Sum of RGB (Red+Green+Blue) = 81+84+2=167 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.50% from 167); Green value is 84 (33.20% from 255 or 50.30% from 167); Blue value is 2 (1.17% from 255 or 1.20% from 167); Max value from RGB is 84 - color contains mainly: green. Hex color #515402 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515402 is #AEABFD. Grayscale: #4A4A4A. Windows color (decimal): -11447294 or 152657. OLE color: 152657.

HSL color Cylindrical-coordinate representation of color #515402: hue angle of 62.2º 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 #515402 is Cyan = 0.04, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.67.

Color convert

RGB 81 84 2 -
CMYK 0.04 0 0.98 0.67
HSL 62.2º 0.95% 0.17% -
HSV(B) 62.2º 0.98% 0.33% -
XYZ 6.57 8.09 1.27 -
YUV 73.76 87.51 133.17 -
System Red Green Blue C M Y K H S L
Decimal 81 84 2 0.04 0 0.98 0.67 62.2 0.95 0.17
Hex 51 54 2 4 0 62 43 3E 5F 11
Octal 121 124 2 4 0 142 103 76 137 21
Binary 1010001 1010100 10 100 0 1100010 1000011 111110 1011111 10001

Color Harmonies of #515402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515402

Black with #515402

Text Example


Text Example

White with #515402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515402; }

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

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

background-color css

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

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

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

border-color css

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

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

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