#144125

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

Shades of Deep Fir #144125

Tints of Deep Fir #144125

Color information

#144125 (or 0x144125) is unknown color: approx Deep Fir. HEX triplet: 14, 41 and 25. RGB value is (20,65,37). Sum of RGB (Red+Green+Blue) = 20+65+37=122 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.39% from 122); Green value is 65 (25.78% from 255 or 53.28% from 122); Blue value is 37 (14.84% from 255 or 30.33% from 122); Max value from RGB is 65 - color contains mainly: green. Hex color #144125 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144125 is #EBBEDA. Grayscale: #303030. Windows color (decimal): -15449819 or 2441492. OLE color: 2441492.

HSL color Cylindrical-coordinate representation of color #144125: hue angle of 142.67º 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 #144125 is Cyan = 0.69, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.75.

Color convert

RGB206537-
CMYK0.6900.430.75
HSL142.67º52.94%16.67%-
HSV(B)142.67º69.23%25.49%-
XYZ2.514.062.4-
YUV48.35121.59107.78-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.39%
GREEN value IS 65 (25.78% from 255) = 53.28%
BLUE value IS 37 (14.84% from 255) = 30.33%
R=16.39%
G=53.28%
B=30.33%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2065370.6900.430.75142.6752.9416.67
Hex1441254502B4B8f3511
Octal24101451050531132176521
Binary1010010000011001011000101010101110010111000111111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144125; }

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

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

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

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

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

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

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

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