#145529

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

Shades of Crusoe #145529

Tints of Crusoe #145529

Color information

#145529 (or 0x145529) is unknown color: approx Crusoe. HEX triplet: 14, 55 and 29. RGB value is (20,85,41). Sum of RGB (Red+Green+Blue) = 20+85+41=146 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.70% from 146); Green value is 85 (33.59% from 255 or 58.22% from 146); Blue value is 41 (16.41% from 255 or 28.08% from 146); Max value from RGB is 85 - color contains mainly: green. Hex color #145529 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145529 is #EBAAD6. Grayscale: #3C3C3C. Windows color (decimal): -15444695 or 2708756. OLE color: 2708756.

HSL color Cylindrical-coordinate representation of color #145529: hue angle of 139.38º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #145529 is Cyan = 0.76, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB208541-
CMYK0.7600.520.67
HSL139.38º61.9%20.59%-
HSV(B)139.38º76.47%33.33%-
XYZ3.946.813.2-
YUV60.55116.9799.08-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.70%
GREEN value IS 85 (33.59% from 255) = 58.22%
BLUE value IS 41 (16.41% from 255) = 28.08%
R=13.70%
G=58.22%
B=28.08%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2085410.7600.520.67139.3861.920.59
Hex1455294C034438b3e15
Octal24125511140641032137625
Binary1010010101011010011001100011010010000111000101111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145529; }

 p { color: rgb(20,85,41); }

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

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

 a { background-color: rgb(20,85,41); }

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

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

 span { border-color: rgb(20,85,41); }

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