#144F26

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

Shades of Crusoe #144F26

Tints of Crusoe #144F26

Color information

#144F26 (or 0x144F26) is unknown color: approx Crusoe. HEX triplet: 14, 4F and 26. RGB value is (20,79,38). Sum of RGB (Red+Green+Blue) = 20+79+38=137 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.60% from 137); Green value is 79 (31.25% from 255 or 57.66% from 137); Blue value is 38 (15.23% from 255 or 27.74% from 137); Max value from RGB is 79 - color contains mainly: green. Hex color #144F26 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #144F26 is #EBB0D9. Grayscale: #383838. Windows color (decimal): -15446234 or 2510612. OLE color: 2510612.

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

Color convert

RGB207938-
CMYK0.7500.520.69
HSL138.31º59.6%19.41%-
HSV(B)138.31º74.68%30.98%-
XYZ3.435.882.79-
YUV56.68117.45101.83-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.60%
GREEN value IS 79 (31.25% from 255) = 57.66%
BLUE value IS 38 (15.23% from 255) = 27.74%
R=14.60%
G=57.66%
B=27.74%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2079380.7500.520.69138.3159.619.41
Hex144F264B034458a3c13
Octal24117461130641052127423
Binary1010010011111001101001011011010010001011000101011110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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