Html Css Color HEX #515E02 Verdun Green

📋 copy color: '#515E02'

red 81 ◦ green 94 ◦ blue 2

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

Shades of Verdun Green #515E02

Tints of Verdun Green #515E02

RGB

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

 GREEN value IS 94 (37.11% from 255) = 53.11%

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

R = 45.76%
G = 53.11%
B = 1.13%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.98

 K value IS 0.63

RGB Variations

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

Color information

#515E02 (or 0x515E02) is known color: Verdun Green. HEX triplet: 51, 5E and 02. RGB value is (81,94,2). Sum of RGB (Red+Green+Blue) = 81+94+2=177 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.76% from 177); Green value is 94 (37.11% from 255 or 53.11% from 177); Blue value is 2 (1.17% from 255 or 1.13% from 177); Max value from RGB is 94 - color contains mainly: green. Hex color #515E02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515E02 is #AEA1FD. Grayscale: #4F4F4F. Windows color (decimal): -11444734 or 155217. OLE color: 155217.

HSL color Cylindrical-coordinate representation of color #515E02: hue angle of 68.48º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #515E02 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.63.

Color convert

RGB 81 94 2 -
CMYK 0.14 0 0.98 0.63
HSL 68.48º 0.96% 0.19% -
HSV(B) 68.48º 0.98% 0.37% -
XYZ 7.41 9.76 1.55 -
YUV 79.63 84.19 128.98 -
System Red Green Blue C M Y K H S L
Decimal 81 94 2 0.14 0 0.98 0.63 68.48 0.96 0.19
Hex 51 5E 2 E 0 62 3F 44 60 13
Octal 121 136 2 16 0 142 77 104 140 23
Binary 1010001 1011110 10 1110 0 1100010 111111 1000100 1100000 10011

Color Harmonies of #515E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515E02

Black with #515E02

Text Example


Text Example

White with #515E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515E02; }

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

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

background-color css

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

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

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

border-color css

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

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

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