#143925

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

Shades of Deep Fir #143925

Tints of Deep Fir #143925

Color information

#143925 (or 0x143925) is unknown color: approx Deep Fir. HEX triplet: 14, 39 and 25. RGB value is (20,57,37). Sum of RGB (Red+Green+Blue) = 20+57+37=114 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.54% from 114); Green value is 57 (22.66% from 255 or 50% from 114); Blue value is 37 (14.84% from 255 or 32.46% from 114); Max value from RGB is 57 - color contains mainly: green. Hex color #143925 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143925 is #EBC6DA. Grayscale: #2B2B2B. Windows color (decimal): -15451867 or 2439444. OLE color: 2439444.

HSL color Cylindrical-coordinate representation of color #143925: hue angle of 147.57º degrees, saturation: 0.48, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #143925 is Cyan = 0.65, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.78.

Color convert

RGB205737-
CMYK0.6500.350.78
HSL147.57º48.05%15.1%-
HSV(B)147.57º64.91%22.35%-
XYZ2.093.212.26-
YUV43.66124.24111.13-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.54%
GREEN value IS 57 (22.66% from 255) = 50%
BLUE value IS 37 (14.84% from 255) = 32.46%
R=17.54%
G=50%
B=32.46%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2057370.6500.350.78147.5748.0515.1
Hex143925410234E9430f
Octal2471451010431162246017
Binary10100111001100101100000101000111001110100101001100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143925; }

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

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

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

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

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

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

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

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