#145629

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

Shades of Crusoe #145629

Tints of Crusoe #145629

Color information

#145629 (or 0x145629) is unknown color: approx Crusoe. HEX triplet: 14, 56 and 29. RGB value is (20,86,41). Sum of RGB (Red+Green+Blue) = 20+86+41=147 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.61% from 147); Green value is 86 (33.98% from 255 or 58.50% from 147); Blue value is 41 (16.41% from 255 or 27.89% from 147); Max value from RGB is 86 - color contains mainly: green. Hex color #145629 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145629 is #EBA9D6. Grayscale: #3D3D3D. Windows color (decimal): -15444439 or 2709012. OLE color: 2709012.

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

Color convert

RGB208641-
CMYK0.7700.520.66
HSL139.09º62.26%20.78%-
HSV(B)139.09º76.74%33.73%-
XYZ4.026.963.23-
YUV61.14116.6398.66-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.61%
GREEN value IS 86 (33.98% from 255) = 58.50%
BLUE value IS 41 (16.41% from 255) = 27.89%
R=13.61%
G=58.50%
B=27.89%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2086410.7700.520.66139.0962.2620.78
Hex1456294D034428b3e15
Octal24126511150641022137625
Binary1010010101101010011001101011010010000101000101111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145629; }

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

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

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

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

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

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

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

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