#145736

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

Shades of Crusoe #145736

Tints of Crusoe #145736

Color information

#145736 (or 0x145736) is unknown color: approx Crusoe. HEX triplet: 14, 57 and 36. RGB value is (20,87,54). Sum of RGB (Red+Green+Blue) = 20+87+54=161 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.42% from 161); Green value is 87 (34.38% from 255 or 54.04% from 161); Blue value is 54 (21.48% from 255 or 33.54% from 161); Max value from RGB is 87 - color contains mainly: green. Hex color #145736 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145736 is #EBA8C9. Grayscale: #3F3F3F. Windows color (decimal): -15444170 or 3561236. OLE color: 3561236.

HSL color Cylindrical-coordinate representation of color #145736: hue angle of 150.45º degrees, saturation: 0.63, 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 #145736 is Cyan = 0.77, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.66.

Color convert

RGB208754-
CMYK0.7700.380.66
HSL150.45º62.62%20.98%-
HSV(B)150.45º77.01%34.12%-
XYZ4.367.234.66-
YUV63.2122.897.18-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.42%
GREEN value IS 87 (34.38% from 255) = 54.04%
BLUE value IS 54 (21.48% from 255) = 33.54%
R=12.42%
G=54.04%
B=33.54%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2087540.7700.380.66150.4562.6220.98
Hex1457364D02642963f15
Octal24127661150461022267725
Binary1010010101111101101001101010011010000101001011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145736; }

 p { color: rgb(20,87,54); }

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

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

 a { background-color: rgb(20,87,54); }

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

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

 span { border-color: rgb(20,87,54); }

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