#145A25

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

Shades of Crusoe #145A25

Tints of Crusoe #145A25

Color information

#145A25 (or 0x145A25) is unknown color: approx Crusoe. HEX triplet: 14, 5A and 25. RGB value is (20,90,37). Sum of RGB (Red+Green+Blue) = 20+90+37=147 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.61% from 147); Green value is 90 (35.55% from 255 or 61.22% from 147); Blue value is 37 (14.84% from 255 or 25.17% from 147); Max value from RGB is 90 - color contains mainly: green. Hex color #145A25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145A25 is #EBA5DA. Grayscale: #3F3F3F. Windows color (decimal): -15443419 or 2447892. OLE color: 2447892.

HSL color Cylindrical-coordinate representation of color #145A25: hue angle of 134.57º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #145A25 is Cyan = 0.78, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.65.

Color convert

RGB209037-
CMYK0.7800.590.65
HSL134.57º63.64%21.57%-
HSV(B)134.57º77.78%35.29%-
XYZ4.287.592.99-
YUV63.03113.3197.31-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.61%
GREEN value IS 90 (35.55% from 255) = 61.22%
BLUE value IS 37 (14.84% from 255) = 25.17%
R=13.61%
G=61.22%
B=25.17%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2090370.7800.590.65134.5763.6421.57
Hex145A254E03B41874016
Octal241324511607310120710026
Binary10100101101010010110011100111011100000110000111100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145A25; }

 p { color: rgb(20,90,37); }

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

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

 a { background-color: rgb(20,90,37); }

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

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

 span { border-color: rgb(20,90,37); }

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