#144127

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

Shades of Deep Fir #144127

Tints of Deep Fir #144127

Color information

#144127 (or 0x144127) is unknown color: approx Deep Fir. HEX triplet: 14, 41 and 27. RGB value is (20,65,39). Sum of RGB (Red+Green+Blue) = 20+65+39=124 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.13% from 124); Green value is 65 (25.78% from 255 or 52.42% from 124); Blue value is 39 (15.62% from 255 or 31.45% from 124); Max value from RGB is 65 - color contains mainly: green. Hex color #144127 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144127 is #EBBED8. Grayscale: #303030. Windows color (decimal): -15449817 or 2572564. OLE color: 2572564.

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

Color convert

RGB206539-
CMYK0.6900.400.75
HSL145.33º52.94%16.67%-
HSV(B)145.33º69.23%25.49%-
XYZ2.544.082.57-
YUV48.58122.59107.61-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.13%
GREEN value IS 65 (25.78% from 255) = 52.42%
BLUE value IS 39 (15.62% from 255) = 31.45%
R=16.13%
G=52.42%
B=31.45%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2065390.6900.400.75145.3352.9416.67
Hex144127450284B913511
Octal24101471050501132216521
Binary1010010000011001111000101010100010010111001000111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144127; }

 p { color: rgb(20,65,39); }

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

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

 a { background-color: rgb(20,65,39); }

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

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

 span { border-color: rgb(20,65,39); }

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