Html Css Color HEX #515305 Verdun Green

📋 copy color: '#515305'

red 81 ◦ green 83 ◦ blue 5

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

Shades of Verdun Green #515305

Tints of Verdun Green #515305

RGB

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

 GREEN value IS 83 (32.81% from 255) = 49.11%

 BLUE value IS 5 (2.34% from 255) = 2.96%

R = 47.93%
G = 49.11%
B = 2.96%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.94

 K value IS 0.67

RGB Variations

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

Color information

#515305 (or 0x515305) is known color: Verdun Green. HEX triplet: 51, 53 and 05. RGB value is (81,83,5). Sum of RGB (Red+Green+Blue) = 81+83+5=169 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.93% from 169); Green value is 83 (32.81% from 255 or 49.11% from 169); Blue value is 5 (2.34% from 255 or 2.96% from 169); Max value from RGB is 83 - color contains mainly: green. Hex color #515305 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515305 is #AEACFA. Grayscale: #494949. Windows color (decimal): -11447547 or 349009. OLE color: 349009.

HSL color Cylindrical-coordinate representation of color #515305: hue angle of 61.54º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #515305 is Cyan = 0.02, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.67.

Color convert

RGB 81 83 5 -
CMYK 0.02 0 0.94 0.67
HSL 61.54º 0.89% 0.17% -
HSV(B) 61.54º 0.94% 0.33% -
XYZ 6.51 7.95 1.33 -
YUV 73.51 89.34 133.34 -
System Red Green Blue C M Y K H S L
Decimal 81 83 5 0.02 0 0.94 0.67 61.54 0.89 0.17
Hex 51 53 5 2 0 5E 43 3E 59 11
Octal 121 123 5 2 0 136 103 76 131 21
Binary 1010001 1010011 101 10 0 1011110 1000011 111110 1011001 10001

Color Harmonies of #515305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515305

Black with #515305

Text Example


Text Example

White with #515305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515305; }

 p { color: rgb(81,83,5); }

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

background-color css

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

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

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

border-color css

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

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

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