Html Css Color HEX #515308 Verdun Green

📋 copy color: '#515308'

red 81 ◦ green 83 ◦ blue 8

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

Shades of Verdun Green #515308

Tints of Verdun Green #515308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.65%

R = 47.09%
G = 48.26%
B = 4.65%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.90

 K value IS 0.67

RGB Variations

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

Color information

#515308 (or 0x515308) is known color: Verdun Green. HEX triplet: 51, 53 and 08. RGB value is (81,83,8). Sum of RGB (Red+Green+Blue) = 81+83+8=172 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.09% from 172); Green value is 83 (32.81% from 255 or 48.26% from 172); Blue value is 8 (3.52% from 255 or 4.65% from 172); Max value from RGB is 83 - color contains mainly: green. Hex color #515308 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515308 is #AEACF7. Grayscale: #4A4A4A. Windows color (decimal): -11447544 or 545617. OLE color: 545617.

HSL color Cylindrical-coordinate representation of color #515308: hue angle of 61.6º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #515308 is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.67.

Color convert

RGB 81 83 8 -
CMYK 0.02 0 0.90 0.67
HSL 61.6º 0.82% 0.18% -
HSV(B) 61.6º 0.9% 0.33% -
XYZ 6.53 7.95 1.42 -
YUV 73.85 90.84 133.1 -
System Red Green Blue C M Y K H S L
Decimal 81 83 8 0.02 0 0.90 0.67 61.6 0.82 0.18
Hex 51 53 8 2 0 5A 43 3E 52 12
Octal 121 123 10 2 0 132 103 76 122 22
Binary 1010001 1010011 1000 10 0 1011010 1000011 111110 1010010 10010

Color Harmonies of #515308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515308

Black with #515308

Text Example


Text Example

White with #515308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515308; }

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

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

background-color css

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

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

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

border-color css

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

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

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