#154726

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

Shades of Deep Fir #154726

Tints of Deep Fir #154726

Color information

#154726 (or 0x154726) is unknown color: approx Deep Fir. HEX triplet: 15, 47 and 26. RGB value is (21,71,38). Sum of RGB (Red+Green+Blue) = 21+71+38=130 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.15% from 130); Green value is 71 (28.12% from 255 or 54.62% from 130); Blue value is 38 (15.23% from 255 or 29.23% from 130); Max value from RGB is 71 - color contains mainly: green. Hex color #154726 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154726 is #EAB8D9. Grayscale: #343434. Windows color (decimal): -15382746 or 2508565. OLE color: 2508565.

HSL color Cylindrical-coordinate representation of color #154726: hue angle of 140.4º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #154726 is Cyan = 0.70, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.72.

Color convert

RGB217138-
CMYK0.7000.460.72
HSL140.4º54.35%18.04%-
HSV(B)140.4º70.42%27.84%-
XYZ2.914.812.61-
YUV52.29119.94105.68-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.15%
GREEN value IS 71 (28.12% from 255) = 54.62%
BLUE value IS 38 (15.23% from 255) = 29.23%
R=16.15%
G=54.62%
B=29.23%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2171380.7000.460.72140.454.3518.04
Hex1547264602E488c3612
Octal25107461060561102146622
Binary1010110001111001101000110010111010010001000110011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154726; }

 p { color: rgb(21,71,38); }

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

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

 a { background-color: rgb(21,71,38); }

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

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

 span { border-color: rgb(21,71,38); }

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