#144F1F

Color #144F1F Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #144F1F

Tints of Crusoe #144F1F

Color information

#144F1F (or 0x144F1F) is unknown color: approx Crusoe. HEX triplet: 14, 4F and 1F. RGB value is (20,79,31). Sum of RGB (Red+Green+Blue) = 20+79+31=130 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.38% from 130); Green value is 79 (31.25% from 255 or 60.77% from 130); Blue value is 31 (12.5% from 255 or 23.85% from 130); Max value from RGB is 79 - color contains mainly: green. Hex color #144F1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #144F1F is #EBB0E0. Grayscale: #383838. Windows color (decimal): -15446241 or 2051860. OLE color: 2051860.

HSL color Cylindrical-coordinate representation of color #144F1F: hue angle of 131.19º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #144F1F is Cyan = 0.75, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.69.

Color convert

RGB207931-
CMYK0.7500.610.69
HSL131.19º59.6%19.41%-
HSV(B)131.19º74.68%30.98%-
XYZ3.335.842.25-
YUV55.89113.95102.4-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.38%
GREEN value IS 79 (31.25% from 255) = 60.77%
BLUE value IS 31 (12.5% from 255) = 23.85%
R=15.38%
G=60.77%
B=23.85%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2079310.7500.610.69131.1959.619.41
Hex144F1F4B03D45833c13
Octal24117371130751052037423
Binary101001001111111111001011011110110001011000001111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144F1F; }

 p { color: rgb(20,79,31); }

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

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

 a { background-color: rgb(20,79,31); }

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

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

 span { border-color: rgb(20,79,31); }

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