#145927

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

Shades of Crusoe #145927

Tints of Crusoe #145927

Color information

#145927 (or 0x145927) is unknown color: approx Crusoe. HEX triplet: 14, 59 and 27. RGB value is (20,89,39). Sum of RGB (Red+Green+Blue) = 20+89+39=148 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.51% from 148); Green value is 89 (35.16% from 255 or 60.14% from 148); Blue value is 39 (15.62% from 255 or 26.35% from 148); Max value from RGB is 89 - color contains mainly: green. Hex color #145927 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145927 is #EBA6D8. Grayscale: #3E3E3E. Windows color (decimal): -15443673 or 2578708. OLE color: 2578708.

HSL color Cylindrical-coordinate representation of color #145927: hue angle of 136.52º 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 #145927 is Cyan = 0.78, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.65.

Color convert

RGB208939-
CMYK0.7800.560.65
HSL136.52º63.3%21.37%-
HSV(B)136.52º77.53%34.9%-
XYZ4.237.443.13-
YUV62.67114.6497.57-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.51%
GREEN value IS 89 (35.16% from 255) = 60.14%
BLUE value IS 39 (15.62% from 255) = 26.35%
R=13.51%
G=60.14%
B=26.35%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2089390.7800.560.65136.5263.321.37
Hex1459274E03841893f15
Octal24131471160701012117725
Binary1010010110011001111001110011100010000011000100111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145927; }

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

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

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

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

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

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

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

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