#154B22

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

Shades of Deep Fir #154B22

Tints of Deep Fir #154B22

Color information

#154B22 (or 0x154B22) is unknown color: approx Deep Fir. HEX triplet: 15, 4B and 22. RGB value is (21,75,34). Sum of RGB (Red+Green+Blue) = 21+75+34=130 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.15% from 130); Green value is 75 (29.69% from 255 or 57.69% from 130); Blue value is 34 (13.67% from 255 or 26.15% from 130); Max value from RGB is 75 - color contains mainly: green. Hex color #154B22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154B22 is #EAB4DD. Grayscale: #363636. Windows color (decimal): -15381726 or 2247445. OLE color: 2247445.

HSL color Cylindrical-coordinate representation of color #154B22: hue angle of 134.44º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #154B22 is Cyan = 0.72, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.71.

Color convert

RGB217534-
CMYK0.7200.550.71
HSL134.44º56.25%18.82%-
HSV(B)134.44º72%29.41%-
XYZ3.115.312.37-
YUV54.18116.61104.33-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.15%
GREEN value IS 75 (29.69% from 255) = 57.69%
BLUE value IS 34 (13.67% from 255) = 26.15%
R=16.15%
G=57.69%
B=26.15%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2175340.7200.550.71134.4456.2518.82
Hex154B224803747863813
Octal25113421100671072067023
Binary1010110010111000101001000011011110001111000011011100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154B22; }

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

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

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

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

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

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

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

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