#145B2E

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

Shades of Crusoe #145B2E

Tints of Crusoe #145B2E

Color information

#145B2E (or 0x145B2E) is unknown color: approx Crusoe. HEX triplet: 14, 5B and 2E. RGB value is (20,91,46). Sum of RGB (Red+Green+Blue) = 20+91+46=157 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.74% from 157); Green value is 91 (35.94% from 255 or 57.96% from 157); Blue value is 46 (18.36% from 255 or 29.30% from 157); Max value from RGB is 91 - color contains mainly: green. Hex color #145B2E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145B2E is #EBA4D1. Grayscale: #404040. Windows color (decimal): -15443154 or 3037972. OLE color: 3037972.

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

Color convert

RGB209146-
CMYK0.7800.490.64
HSL141.97º63.96%21.76%-
HSV(B)141.97º78.02%35.69%-
XYZ4.527.833.86-
YUV64.64117.4896.16-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.74%
GREEN value IS 91 (35.94% from 255) = 57.96%
BLUE value IS 46 (18.36% from 255) = 29.30%
R=12.74%
G=57.96%
B=29.30%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2091460.7800.490.64141.9763.9621.76
Hex145B2E4E031408e4016
Octal241335611606110021610026
Binary10100101101110111010011100110001100000010001110100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,91,46); }

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

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

 a { background-color: rgb(20,91,46); }

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

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

 span { border-color: rgb(20,91,46); }

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