#51660F

Color #51660F Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #51660F

Tints of Verdun Green #51660F

Color information

#51660F (or 0x51660F) is unknown color: approx Verdun Green. HEX triplet: 51, 66 and 0F. RGB value is (81,102,15). Sum of RGB (Red+Green+Blue) = 81+102+15=198 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.91% from 198); Green value is 102 (40.23% from 255 or 51.52% from 198); Blue value is 15 (6.25% from 255 or 7.58% from 198); Max value from RGB is 102 - color contains mainly: green. Hex color #51660F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #51660F is #AE99F0. Grayscale: #565656. Windows color (decimal): -11442673 or 1009233. OLE color: 1009233.

HSL color Cylindrical-coordinate representation of color #51660F: hue angle of 74.48º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #51660F is Cyan = 0.21, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.6.

Color convert

RGB8110215-
CMYK0.2100.850.6
HSL74.48º74.36%22.94%-
HSV(B)74.48º85.29%40%-
XYZ8.2311.292.2-
YUV85.888.04124.57-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.91%
GREEN value IS 102 (40.23% from 255) = 51.52%
BLUE value IS 15 (6.25% from 255) = 7.58%
R=40.91%
G=51.52%
B=7.58%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal81102150.2100.850.674.4874.3622.94
Hex5166F150553C4a4a17
Octal121146172501257411211227
Binary10100011100110111110101010101011111001001010100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51660F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #51660F;
 }
 .AnyTagClassName
 {
   color: #51660F;
 }
</style>
background-color css

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

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

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

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

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

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