#144F27

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

Shades of Crusoe #144F27

Tints of Crusoe #144F27

Color information

#144F27 (or 0x144F27) is unknown color: approx Crusoe. HEX triplet: 14, 4F and 27. RGB value is (20,79,39). Sum of RGB (Red+Green+Blue) = 20+79+39=138 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.49% from 138); Green value is 79 (31.25% from 255 or 57.25% from 138); Blue value is 39 (15.62% from 255 or 28.26% from 138); Max value from RGB is 79 - color contains mainly: green. Hex color #144F27 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #144F27 is #EBB0D8. Grayscale: #383838. Windows color (decimal): -15446233 or 2576148. OLE color: 2576148.

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

Color convert

RGB207939-
CMYK0.7500.510.69
HSL139.32º59.6%19.41%-
HSV(B)139.32º74.68%30.98%-
XYZ3.455.892.87-
YUV56.8117.95101.75-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.49%
GREEN value IS 79 (31.25% from 255) = 57.25%
BLUE value IS 39 (15.62% from 255) = 28.26%
R=14.49%
G=57.25%
B=28.26%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2079390.7500.510.69139.3259.619.41
Hex144F274B033458b3c13
Octal24117471130631052137423
Binary1010010011111001111001011011001110001011000101111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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