Html Css Color HEX #515A0F Verdun Green

📋 copy color: '#515A0F'

red 81 ◦ green 90 ◦ blue 15

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

Shades of Verdun Green #515A0F

Tints of Verdun Green #515A0F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 48.39%

 BLUE value IS 15 (6.25% from 255) = 8.06%

R = 43.55%
G = 48.39%
B = 8.06%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.83

 K value IS 0.65

RGB Variations

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

Color information

#515A0F (or 0x515A0F) is known color: Verdun Green. HEX triplet: 51, 5A and 0F. RGB value is (81,90,15). Sum of RGB (Red+Green+Blue) = 81+90+15=186 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.55% from 186); Green value is 90 (35.55% from 255 or 48.39% from 186); Blue value is 15 (6.25% from 255 or 8.06% from 186); Max value from RGB is 90 - color contains mainly: green. Hex color #515A0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515A0F is #AEA5F0. Grayscale: #4F4F4F. Windows color (decimal): -11445745 or 1006161. OLE color: 1006161.

HSL color Cylindrical-coordinate representation of color #515A0F: hue angle of 67.2º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #515A0F is Cyan = 0.1, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.65.

Color convert

RGB 81 90 15 -
CMYK 0.1 0 0.83 0.65
HSL 67.2º 0.71% 0.21% -
HSV(B) 67.2º 0.83% 0.35% -
XYZ 7.14 9.1 1.83 -
YUV 78.76 92.02 129.6 -
System Red Green Blue C M Y K H S L
Decimal 81 90 15 0.1 0 0.83 0.65 67.2 0.71 0.21
Hex 51 5A F A 0 53 41 43 47 15
Octal 121 132 17 12 0 123 101 103 107 25
Binary 1010001 1011010 1111 1010 0 1010011 1000001 1000011 1000111 10101

Color Harmonies of #515A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515A0F

Black with #515A0F

Text Example


Text Example

White with #515A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,90,15); }

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

background-color css

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

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

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

border-color css

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

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

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