#154121

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

Shades of Deep Fir #154121

Tints of Deep Fir #154121

Color information

#154121 (or 0x154121) is unknown color: approx Deep Fir. HEX triplet: 15, 41 and 21. RGB value is (21,65,33). Sum of RGB (Red+Green+Blue) = 21+65+33=119 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.65% from 119); Green value is 65 (25.78% from 255 or 54.62% from 119); Blue value is 33 (13.28% from 255 or 27.73% from 119); Max value from RGB is 65 - color contains mainly: green. Hex color #154121 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154121 is #EABEDE. Grayscale: #303030. Windows color (decimal): -15384287 or 2179349. OLE color: 2179349.

HSL color Cylindrical-coordinate representation of color #154121: hue angle of 136.36º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #154121 is Cyan = 0.68, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.75.

Color convert

RGB216533-
CMYK0.6800.490.75
HSL136.36º51.16%16.86%-
HSV(B)136.36º67.69%25.49%-
XYZ2.474.052.09-
YUV48.2119.42108.6-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.65%
GREEN value IS 65 (25.78% from 255) = 54.62%
BLUE value IS 33 (13.28% from 255) = 27.73%
R=17.65%
G=54.62%
B=27.73%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2165330.6800.490.75136.3651.1616.86
Hex154121440314B883311
Octal25101411040611132106321
Binary1010110000011000011000100011000110010111000100011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154121; }

 p { color: rgb(21,65,33); }

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

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

 a { background-color: rgb(21,65,33); }

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

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

 span { border-color: rgb(21,65,33); }

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