#154320

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

Shades of Deep Fir #154320

Tints of Deep Fir #154320

Color information

#154320 (or 0x154320) is unknown color: approx Deep Fir. HEX triplet: 15, 43 and 20. RGB value is (21,67,32). Sum of RGB (Red+Green+Blue) = 21+67+32=120 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.5% from 120); Green value is 67 (26.56% from 255 or 55.83% from 120); Blue value is 32 (12.89% from 255 or 26.67% from 120); Max value from RGB is 67 - color contains mainly: green. Hex color #154320 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154320 is #EABCDF. Grayscale: #313131. Windows color (decimal): -15383776 or 2114325. OLE color: 2114325.

HSL color Cylindrical-coordinate representation of color #154320: hue angle of 134.35º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #154320 is Cyan = 0.69, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.74.

Color convert

RGB216732-
CMYK0.6900.520.74
HSL134.35º52.27%17.25%-
HSV(B)134.35º68.66%26.27%-
XYZ2.584.282.06-
YUV49.26118.26107.85-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.5%
GREEN value IS 67 (26.56% from 255) = 55.83%
BLUE value IS 32 (12.89% from 255) = 26.67%
R=17.5%
G=55.83%
B=26.67%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2167320.6900.520.74134.3552.2717.25
Hex154320450344A863411
Octal25103401050641122066421
Binary1010110000111000001000101011010010010101000011011010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154320; }

 p { color: rgb(21,67,32); }

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

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

 a { background-color: rgb(21,67,32); }

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

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

 span { border-color: rgb(21,67,32); }

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