#144923

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

Shades of Deep Fir #144923

Tints of Deep Fir #144923

Color information

#144923 (or 0x144923) is unknown color: approx Deep Fir. HEX triplet: 14, 49 and 23. RGB value is (20,73,35). Sum of RGB (Red+Green+Blue) = 20+73+35=128 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.62% from 128); Green value is 73 (28.91% from 255 or 57.03% from 128); Blue value is 35 (14.06% from 255 or 27.34% from 128); Max value from RGB is 73 - color contains mainly: green. Hex color #144923 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144923 is #EBB6DC. Grayscale: #343434. Windows color (decimal): -15447773 or 2312468. OLE color: 2312468.

HSL color Cylindrical-coordinate representation of color #144923: hue angle of 136.98º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #144923 is Cyan = 0.73, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.71.

Color convert

RGB207335-
CMYK0.7300.520.71
HSL136.98º56.99%18.24%-
HSV(B)136.98º72.6%28.63%-
XYZ2.975.042.41-
YUV52.82117.94104.59-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.62%
GREEN value IS 73 (28.91% from 255) = 57.03%
BLUE value IS 35 (14.06% from 255) = 27.34%
R=15.62%
G=57.03%
B=27.34%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2073350.7300.520.71136.9856.9918.24
Hex1449234903447893912
Octal24111431110641072117122
Binary1010010010011000111001001011010010001111000100111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144923; }

 p { color: rgb(20,73,35); }

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

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

 a { background-color: rgb(20,73,35); }

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

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

 span { border-color: rgb(20,73,35); }

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