#146524

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

Shades of Crusoe #146524

Tints of Crusoe #146524

Color information

#146524 (or 0x146524) is unknown color: approx Crusoe. HEX triplet: 14, 65 and 24. RGB value is (20,101,36). Sum of RGB (Red+Green+Blue) = 20+101+36=157 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.74% from 157); Green value is 101 (39.84% from 255 or 64.33% from 157); Blue value is 36 (14.45% from 255 or 22.93% from 157); Max value from RGB is 101 - color contains mainly: green. Hex color #146524 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146524 is #EB9ADB. Grayscale: #454545. Windows color (decimal): -15440604 or 2385172. OLE color: 2385172.

HSL color Cylindrical-coordinate representation of color #146524: hue angle of 131.85º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #146524 is Cyan = 0.80, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.60.

Color convert

RGB2010136-
CMYK0.8000.640.60
HSL131.85º66.94%23.73%-
HSV(B)131.85º80.2%39.61%-
XYZ5.269.583.24-
YUV69.37109.1692.79-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.74%
GREEN value IS 101 (39.84% from 255) = 64.33%
BLUE value IS 36 (14.45% from 255) = 22.93%
R=12.74%
G=64.33%
B=22.93%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal20101360.8000.640.60131.8566.9423.73
Hex146524500403C844318
Octal241454412001007420410330
Binary10100110010110010010100000100000011110010000100100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146524; }

 p { color: rgb(20,101,36); }

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

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

 a { background-color: rgb(20,101,36); }

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

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

 span { border-color: rgb(20,101,36); }

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