#145923

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

Shades of Crusoe #145923

Tints of Crusoe #145923

Color information

#145923 (or 0x145923) is unknown color: approx Crusoe. HEX triplet: 14, 59 and 23. RGB value is (20,89,35). Sum of RGB (Red+Green+Blue) = 20+89+35=144 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.89% from 144); Green value is 89 (35.16% from 255 or 61.81% from 144); Blue value is 35 (14.06% from 255 or 24.31% from 144); Max value from RGB is 89 - color contains mainly: green. Hex color #145923 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145923 is #EBA6DC. Grayscale: #3E3E3E. Windows color (decimal): -15443677 or 2316564. OLE color: 2316564.

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

Color convert

RGB208935-
CMYK0.7800.610.65
HSL133.04º63.3%21.37%-
HSV(B)133.04º77.53%34.9%-
XYZ4.167.412.8-
YUV62.21112.6497.89-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.89%
GREEN value IS 89 (35.16% from 255) = 61.81%
BLUE value IS 35 (14.06% from 255) = 24.31%
R=13.89%
G=61.81%
B=24.31%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2089350.7800.610.65133.0463.321.37
Hex1459234E03D41853f15
Octal24131431160751012057725
Binary1010010110011000111001110011110110000011000010111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145923; }

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

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

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

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

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

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

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

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