#145820

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

Shades of Crusoe #145820

Tints of Crusoe #145820

Color information

#145820 (or 0x145820) is unknown color: approx Crusoe. HEX triplet: 14, 58 and 20. RGB value is (20,88,32). Sum of RGB (Red+Green+Blue) = 20+88+32=140 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.29% from 140); Green value is 88 (34.77% from 255 or 62.86% from 140); Blue value is 32 (12.89% from 255 or 22.86% from 140); Max value from RGB is 88 - color contains mainly: green. Hex color #145820 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145820 is #EBA7DF. Grayscale: #3D3D3D. Windows color (decimal): -15443936 or 2119700. OLE color: 2119700.

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

Color convert

RGB208832-
CMYK0.7700.640.65
HSL130.59º62.96%21.18%-
HSV(B)130.59º77.27%34.51%-
XYZ4.047.232.55-
YUV61.28111.4798.55-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.29%
GREEN value IS 88 (34.77% from 255) = 62.86%
BLUE value IS 32 (12.89% from 255) = 22.86%
R=14.29%
G=62.86%
B=22.86%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2088320.7700.640.65130.5962.9621.18
Hex1458204D04041833f15
Octal241304011501001012037725
Binary10100101100010000010011010100000010000011000001111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145820; }

 p { color: rgb(20,88,32); }

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

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

 a { background-color: rgb(20,88,32); }

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

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

 span { border-color: rgb(20,88,32); }

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