#15361F

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

Shades of Deep Fir #15361F

Tints of Deep Fir #15361F

Color information

#15361F (or 0x15361F) is unknown color: approx Deep Fir. HEX triplet: 15, 36 and 1F. RGB value is (21,54,31). Sum of RGB (Red+Green+Blue) = 21+54+31=106 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.81% from 106); Green value is 54 (21.48% from 255 or 50.94% from 106); Blue value is 31 (12.5% from 255 or 29.25% from 106); Max value from RGB is 54 - color contains mainly: green. Hex color #15361F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15361F is #EAC9E0. Grayscale: #292929. Windows color (decimal): -15387105 or 2045461. OLE color: 2045461.

HSL color Cylindrical-coordinate representation of color #15361F: hue angle of 138.18º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #15361F is Cyan = 0.61, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.79.

Color convert

RGB215431-
CMYK0.6100.430.79
HSL138.18º44%14.71%-
HSV(B)138.18º61.11%21.18%-
XYZ1.882.91.76-
YUV41.51122.07113.37-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 19.81%
GREEN value IS 54 (21.48% from 255) = 50.94%
BLUE value IS 31 (12.5% from 255) = 29.25%
R=19.81%
G=50.94%
B=29.25%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2154310.6100.430.79138.184414.71
Hex15361F3D02B4F8a2cf
Octal256637750531172125417
Binary101011101101111111110101010111001111100010101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15361F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,54,31); }

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

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

 a { background-color: rgb(21,54,31); }

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

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

 span { border-color: rgb(21,54,31); }

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