#54610F

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

Shades of Verdun Green #54610F

Tints of Verdun Green #54610F

Color information

#54610F (or 0x54610F) is unknown color: approx Verdun Green. HEX triplet: 54, 61 and 0F. RGB value is (84,97,15). Sum of RGB (Red+Green+Blue) = 84+97+15=196 (25% of max value = 765). Red value is 84 (33.20% from 255 or 42.86% from 196); Green value is 97 (38.28% from 255 or 49.49% from 196); Blue value is 15 (6.25% from 255 or 7.65% from 196); Max value from RGB is 97 - color contains mainly: green. Hex color #54610F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #54610F is #AB9EF0. Grayscale: #545454. Windows color (decimal): -11247345 or 1007956. OLE color: 1007956.

HSL color Cylindrical-coordinate representation of color #54610F: hue angle of 69.51º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #54610F is Cyan = 0.13, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB849715-
CMYK0.1300.850.62
HSL69.51º73.21%21.96%-
HSV(B)69.51º84.54%38.04%-
XYZ8.0210.472.05-
YUV83.7689.19128.17-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42.86%
GREEN value IS 97 (38.28% from 255) = 49.49%
BLUE value IS 15 (6.25% from 255) = 7.65%
R=42.86%
G=49.49%
B=7.65%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8497150.1300.850.6269.5173.2121.96
Hex5461FD0553E464916
Octal124141171501257610611126
Binary1010100110000111111101010101011111101000110100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54610F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,97,15); }

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

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

 a { background-color: rgb(84,97,15); }

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

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

 span { border-color: rgb(84,97,15); }

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