#145922

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

Shades of Crusoe #145922

Tints of Crusoe #145922

Color information

#145922 (or 0x145922) is unknown color: approx Crusoe. HEX triplet: 14, 59 and 22. RGB value is (20,89,34). Sum of RGB (Red+Green+Blue) = 20+89+34=143 (18% of max value = 765). Red value is 20 (8.20% from 255 or 13.99% from 143); Green value is 89 (35.16% from 255 or 62.24% from 143); Blue value is 34 (13.67% from 255 or 23.78% from 143); Max value from RGB is 89 - color contains mainly: green. Hex color #145922 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145922 is #EBA6DD. Grayscale: #3E3E3E. Windows color (decimal): -15443678 or 2251028. OLE color: 2251028.

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

Color convert

RGB208934-
CMYK0.7800.620.65
HSL132.17º63.3%21.37%-
HSV(B)132.17º77.53%34.9%-
XYZ4.157.412.72-
YUV62.1112.1497.97-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.99%
GREEN value IS 89 (35.16% from 255) = 62.24%
BLUE value IS 34 (13.67% from 255) = 23.78%
R=13.99%
G=62.24%
B=23.78%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2089340.7800.620.65132.1763.321.37
Hex1459224E03E41843f15
Octal24131421160761012047725
Binary1010010110011000101001110011111010000011000010011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145922; }

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

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

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

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

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

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

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

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