#144F23

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

Shades of Crusoe #144F23

Tints of Crusoe #144F23

Color information

#144F23 (or 0x144F23) is unknown color: approx Crusoe. HEX triplet: 14, 4F and 23. RGB value is (20,79,35). Sum of RGB (Red+Green+Blue) = 20+79+35=134 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.93% from 134); Green value is 79 (31.25% from 255 or 58.96% from 134); Blue value is 35 (14.06% from 255 or 26.12% from 134); Max value from RGB is 79 - color contains mainly: green. Hex color #144F23 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #144F23 is #EBB0DC. Grayscale: #383838. Windows color (decimal): -15446237 or 2314004. OLE color: 2314004.

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

Color convert

RGB207935-
CMYK0.7500.560.69
HSL135.25º59.6%19.41%-
HSV(B)135.25º74.68%30.98%-
XYZ3.395.862.54-
YUV56.34115.95102.08-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.93%
GREEN value IS 79 (31.25% from 255) = 58.96%
BLUE value IS 35 (14.06% from 255) = 26.12%
R=14.93%
G=58.96%
B=26.12%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2079350.7500.560.69135.2559.619.41
Hex144F234B03845873c13
Octal24117431130701052077423
Binary1010010011111000111001011011100010001011000011111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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