#146024

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

Shades of Crusoe #146024

Tints of Crusoe #146024

Color information

#146024 (or 0x146024) is unknown color: approx Crusoe. HEX triplet: 14, 60 and 24. RGB value is (20,96,36). Sum of RGB (Red+Green+Blue) = 20+96+36=152 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.16% from 152); Green value is 96 (37.89% from 255 or 63.16% from 152); Blue value is 36 (14.45% from 255 or 23.68% from 152); Max value from RGB is 96 - color contains mainly: green. Hex color #146024 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146024 is #EB9FDB. Grayscale: #424242. Windows color (decimal): -15441884 or 2383892. OLE color: 2383892.

HSL color Cylindrical-coordinate representation of color #146024: hue angle of 132.63º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #146024 is Cyan = 0.79, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.62.

Color convert

RGB209636-
CMYK0.7900.620.62
HSL132.63º65.52%22.75%-
HSV(B)132.63º79.17%37.65%-
XYZ4.798.643.08-
YUV66.44110.8294.88-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.16%
GREEN value IS 96 (37.89% from 255) = 63.16%
BLUE value IS 36 (14.45% from 255) = 23.68%
R=13.16%
G=63.16%
B=23.68%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2096360.7900.620.62132.6365.5222.75
Hex1460244F03E3E854217
Octal24140441170767620510227
Binary1010011000001001001001111011111011111010000101100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146024; }

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

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

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

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

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

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

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

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