#145720

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

Shades of Crusoe #145720

Tints of Crusoe #145720

Color information

#145720 (or 0x145720) is unknown color: approx Crusoe. HEX triplet: 14, 57 and 20. RGB value is (20,87,32). Sum of RGB (Red+Green+Blue) = 20+87+32=139 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.39% from 139); Green value is 87 (34.38% from 255 or 62.59% from 139); Blue value is 32 (12.89% from 255 or 23.02% from 139); Max value from RGB is 87 - color contains mainly: green. Hex color #145720 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145720 is #EBA8DF. Grayscale: #3C3C3C. Windows color (decimal): -15444192 or 2119444. OLE color: 2119444.

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

Color convert

RGB208732-
CMYK0.7700.630.66
HSL130.75º62.62%20.98%-
HSV(B)130.75º77.01%34.12%-
XYZ3.967.072.52-
YUV60.7111.898.97-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.39%
GREEN value IS 87 (34.38% from 255) = 62.59%
BLUE value IS 32 (12.89% from 255) = 23.02%
R=14.39%
G=62.59%
B=23.02%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2087320.7700.630.66130.7562.6220.98
Hex1457204D03F42833f15
Octal24127401150771022037725
Binary1010010101111000001001101011111110000101000001111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145720; }

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

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

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

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

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

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

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

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