#145329

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

Shades of Crusoe #145329

Tints of Crusoe #145329

Color information

#145329 (or 0x145329) is unknown color: approx Crusoe. HEX triplet: 14, 53 and 29. RGB value is (20,83,41). Sum of RGB (Red+Green+Blue) = 20+83+41=144 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.89% from 144); Green value is 83 (32.81% from 255 or 57.64% from 144); Blue value is 41 (16.41% from 255 or 28.47% from 144); Max value from RGB is 83 - color contains mainly: green. Hex color #145329 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145329 is #EBACD6. Grayscale: #3B3B3B. Windows color (decimal): -15445207 or 2708244. OLE color: 2708244.

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

Color convert

RGB208341-
CMYK0.7600.510.67
HSL140º61.17%20.2%-
HSV(B)140º75.9%32.55%-
XYZ3.786.53.15-
YUV59.37117.6399.92-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.89%
GREEN value IS 83 (32.81% from 255) = 57.64%
BLUE value IS 41 (16.41% from 255) = 28.47%
R=13.89%
G=57.64%
B=28.47%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2083410.7600.510.6714061.1720.2
Hex1453294C033438c3d14
Octal24123511140631032147524
Binary1010010100111010011001100011001110000111000110011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145329; }

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

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

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

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

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

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

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

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