Html Css Color HEX #51520F Verdun Green

📋 copy color: '#51520F'

red 81 ◦ green 82 ◦ blue 15

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

Shades of Verdun Green #51520F

Tints of Verdun Green #51520F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 46.07%

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

R = 45.51%
G = 46.07%
B = 8.43%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.82

 K value IS 0.68

RGB Variations

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

Color information

#51520F (or 0x51520F) is known color: Verdun Green. HEX triplet: 51, 52 and 0F. RGB value is (81,82,15). Sum of RGB (Red+Green+Blue) = 81+82+15=178 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.51% from 178); Green value is 82 (32.42% from 255 or 46.07% from 178); Blue value is 15 (6.25% from 255 or 8.43% from 178); Max value from RGB is 82 - color contains mainly: green. Hex color #51520F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #51520F is #AEADF0. Grayscale: #4A4A4A. Windows color (decimal): -11447793 or 1004113. OLE color: 1004113.

HSL color Cylindrical-coordinate representation of color #51520F: hue angle of 60.9º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #51520F is Cyan = 0.01, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 82 15 -
CMYK 0.01 0 0.82 0.68
HSL 60.9º 0.69% 0.19% -
HSV(B) 60.9º 0.82% 0.32% -
XYZ 6.5 7.82 1.62 -
YUV 74.06 94.67 132.95 -
System Red Green Blue C M Y K H S L
Decimal 81 82 15 0.01 0 0.82 0.68 60.9 0.69 0.19
Hex 51 52 F 1 0 52 44 3D 45 13
Octal 121 122 17 1 0 122 104 75 105 23
Binary 1010001 1010010 1111 1 0 1010010 1000100 111101 1000101 10011

Color Harmonies of #51520F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51520F

Black with #51520F

Text Example


Text Example

White with #51520F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51520F; }

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

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

background-color css

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

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

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

border-color css

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

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

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