#145928

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

Shades of Crusoe #145928

Tints of Crusoe #145928

Color information

#145928 (or 0x145928) is unknown color: approx Crusoe. HEX triplet: 14, 59 and 28. RGB value is (20,89,40). Sum of RGB (Red+Green+Blue) = 20+89+40=149 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.42% from 149); Green value is 89 (35.16% from 255 or 59.73% from 149); Blue value is 40 (16.02% from 255 or 26.85% from 149); Max value from RGB is 89 - color contains mainly: green. Hex color #145928 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145928 is #EBA6D7. Grayscale: #3E3E3E. Windows color (decimal): -15443672 or 2644244. OLE color: 2644244.

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

Color convert

RGB208940-
CMYK0.7800.550.65
HSL137.39º63.3%21.37%-
HSV(B)137.39º77.53%34.9%-
XYZ4.247.453.22-
YUV62.78115.1497.48-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.42%
GREEN value IS 89 (35.16% from 255) = 59.73%
BLUE value IS 40 (16.02% from 255) = 26.85%
R=13.42%
G=59.73%
B=26.85%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2089400.7800.550.65137.3963.321.37
Hex1459284E03741893f15
Octal24131501160671012117725
Binary1010010110011010001001110011011110000011000100111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145928; }

 p { color: rgb(20,89,40); }

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

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

 a { background-color: rgb(20,89,40); }

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

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

 span { border-color: rgb(20,89,40); }

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