#145721

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

Shades of Crusoe #145721

Tints of Crusoe #145721

Color information

#145721 (or 0x145721) is unknown color: approx Crusoe. HEX triplet: 14, 57 and 21. RGB value is (20,87,33). Sum of RGB (Red+Green+Blue) = 20+87+33=140 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.29% from 140); Green value is 87 (34.38% from 255 or 62.14% from 140); Blue value is 33 (13.28% from 255 or 23.57% from 140); Max value from RGB is 87 - color contains mainly: green. Hex color #145721 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145721 is #EBA8DE. Grayscale: #3C3C3C. Windows color (decimal): -15444191 or 2184980. OLE color: 2184980.

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

Color convert

RGB208733-
CMYK0.7700.620.66
HSL131.64º62.62%20.98%-
HSV(B)131.64º77.01%34.12%-
XYZ3.977.072.6-
YUV60.81112.398.89-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.29%
GREEN value IS 87 (34.38% from 255) = 62.14%
BLUE value IS 33 (13.28% from 255) = 23.57%
R=14.29%
G=62.14%
B=23.57%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2087330.7700.620.66131.6462.6220.98
Hex1457214D03E42843f15
Octal24127411150761022047725
Binary1010010101111000011001101011111010000101000010011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145721; }

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

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

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

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

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

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

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

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