#054B15

Color #054B15 Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #054B15

Tints of Deep Fir #054B15

Color information

#054B15 (or 0x054B15) is unknown color: approx Deep Fir. HEX triplet: 05, 4B and 15. RGB value is (5,75,21). Sum of RGB (Red+Green+Blue) = 5+75+21=101 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.95% from 101); Green value is 75 (29.69% from 255 or 74.26% from 101); Blue value is 21 (8.59% from 255 or 20.79% from 101); Max value from RGB is 75 - color contains mainly: green. Hex color #054B15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054B15 is #FAB4EA. Grayscale: #303030. Windows color (decimal): -16430315 or 1395461. OLE color: 1395461.

HSL color Cylindrical-coordinate representation of color #054B15: hue angle of 133.71º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054B15 is Cyan = 0.93, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.71.

Color convert

RGB57521-
CMYK0.9300.720.71
HSL133.71º87.5%15.69%-
HSV(B)133.71º93.33%29.41%-
XYZ2.715.121.55-
YUV47.91112.8197.39-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.95%
GREEN value IS 75 (29.69% from 255) = 74.26%
BLUE value IS 21 (8.59% from 255) = 20.79%
R=4.95%
G=74.26%
B=20.79%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal575210.9300.720.71133.7187.515.69
Hex54B155D04847865810
Octal511325135011010720613020
Binary101100101110101101110101001000100011110000110101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054B15; }

 p { color: rgb(5,75,21); }

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

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

 a { background-color: rgb(5,75,21); }

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

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

 span { border-color: rgb(5,75,21); }

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