#145930

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

Shades of Crusoe #145930

Tints of Crusoe #145930

Color information

#145930 (or 0x145930) is unknown color: approx Crusoe. HEX triplet: 14, 59 and 30. RGB value is (20,89,48). Sum of RGB (Red+Green+Blue) = 20+89+48=157 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.74% from 157); Green value is 89 (35.16% from 255 or 56.69% from 157); Blue value is 48 (19.14% from 255 or 30.57% from 157); Max value from RGB is 89 - color contains mainly: green. Hex color #145930 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145930 is #EBA6CF. Grayscale: #3F3F3F. Windows color (decimal): -15443664 or 3168532. OLE color: 3168532.

HSL color Cylindrical-coordinate representation of color #145930: hue angle of 144.35º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #145930 is Cyan = 0.78, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.65.

Color convert

RGB208948-
CMYK0.7800.460.65
HSL144.35º63.3%21.37%-
HSV(B)144.35º77.53%34.9%-
XYZ4.397.514.01-
YUV63.69119.1496.83-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.74%
GREEN value IS 89 (35.16% from 255) = 56.69%
BLUE value IS 48 (19.14% from 255) = 30.57%
R=12.74%
G=56.69%
B=30.57%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2089480.7800.460.65144.3563.321.37
Hex1459304E02E41903f15
Octal24131601160561012207725
Binary1010010110011100001001110010111010000011001000011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145930; }

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

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

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

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

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

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

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

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