#145B2C

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

Shades of Crusoe #145B2C

Tints of Crusoe #145B2C

Color information

#145B2C (or 0x145B2C) is unknown color: approx Crusoe. HEX triplet: 14, 5B and 2C. RGB value is (20,91,44). Sum of RGB (Red+Green+Blue) = 20+91+44=155 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.90% from 155); Green value is 91 (35.94% from 255 or 58.71% from 155); Blue value is 44 (17.58% from 255 or 28.39% from 155); Max value from RGB is 91 - color contains mainly: green. Hex color #145B2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145B2C is #EBA4D3. Grayscale: #404040. Windows color (decimal): -15443156 or 2906900. OLE color: 2906900.

HSL color Cylindrical-coordinate representation of color #145B2C: hue angle of 140.28º 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 #145B2C is Cyan = 0.78, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.64.

Color convert

RGB209144-
CMYK0.7800.520.64
HSL140.28º63.96%21.76%-
HSV(B)140.28º78.02%35.69%-
XYZ4.487.813.65-
YUV64.41116.4896.32-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.90%
GREEN value IS 91 (35.94% from 255) = 58.71%
BLUE value IS 44 (17.58% from 255) = 28.39%
R=12.90%
G=58.71%
B=28.39%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2091440.7800.520.64140.2863.9621.76
Hex145B2C4E034408c4016
Octal241335411606410021410026
Binary10100101101110110010011100110100100000010001100100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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