#145730

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

Shades of Crusoe #145730

Tints of Crusoe #145730

Color information

#145730 (or 0x145730) is unknown color: approx Crusoe. HEX triplet: 14, 57 and 30. RGB value is (20,87,48). Sum of RGB (Red+Green+Blue) = 20+87+48=155 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.90% from 155); Green value is 87 (34.38% from 255 or 56.13% from 155); Blue value is 48 (19.14% from 255 or 30.97% from 155); Max value from RGB is 87 - color contains mainly: green. Hex color #145730 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145730 is #EBA8CF. Grayscale: #3E3E3E. Windows color (decimal): -15444176 or 3168020. OLE color: 3168020.

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

Color convert

RGB208748-
CMYK0.7700.450.66
HSL145.07º62.62%20.98%-
HSV(B)145.07º77.01%34.12%-
XYZ4.237.183.96-
YUV62.52119.897.67-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.90%
GREEN value IS 87 (34.38% from 255) = 56.13%
BLUE value IS 48 (19.14% from 255) = 30.97%
R=12.90%
G=56.13%
B=30.97%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2087480.7700.450.66145.0762.6220.98
Hex1457304D02D42913f15
Octal24127601150551022217725
Binary1010010101111100001001101010110110000101001000111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145730; }

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

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

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

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

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

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

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

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