Html Css Color HEX #515102 Verdun Green

📋 copy color: '#515102'

red 81 ◦ green 81 ◦ blue 2

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

Shades of Verdun Green #515102

Tints of Verdun Green #515102

RGB

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

 GREEN value IS 81 (32.03% from 255) = 49.39%

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

R = 49.39%
G = 49.39%
B = 1.22%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.98

 K value IS 0.68

RGB Variations

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

Color information

#515102 (or 0x515102) is known color: Verdun Green. HEX triplet: 51, 51 and 02. RGB value is (81,81,2). Sum of RGB (Red+Green+Blue) = 81+81+2=164 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.39% from 164); Green value is 81 (32.03% from 255 or 49.39% from 164); Blue value is 2 (1.17% from 255 or 1.22% from 164); Max value from RGB is 81 - color contains mainly: red, green. Hex color #515102 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515102 is #AEAEFD. Grayscale: #484848. Windows color (decimal): -11448062 or 151889. OLE color: 151889.

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

Color convert

RGB 81 81 2 -
CMYK 0 0 0.98 0.68
HSL 60º 0.95% 0.16% -
HSV(B) 60º 0.98% 0.32% -
XYZ 6.35 7.64 1.2 -
YUV 71.99 88.5 134.42 -
System Red Green Blue C M Y K H S L
Decimal 81 81 2 0 0 0.98 0.68 60 0.95 0.16
Hex 51 51 2 0 0 62 44 3C 5F 10
Octal 121 121 2 0 0 142 104 74 137 20
Binary 1010001 1010001 10 0 0 1100010 1000100 111100 1011111 10000

Color Harmonies of #515102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515102

Black with #515102

Text Example


Text Example

White with #515102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515102; }

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

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

background-color css

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

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

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

border-color css

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

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

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