#146032

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

Shades of Crusoe #146032

Tints of Crusoe #146032

Color information

#146032 (or 0x146032) is unknown color: approx Crusoe. HEX triplet: 14, 60 and 32. RGB value is (20,96,50). Sum of RGB (Red+Green+Blue) = 20+96+50=166 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.05% from 166); Green value is 96 (37.89% from 255 or 57.83% from 166); Blue value is 50 (19.92% from 255 or 30.12% from 166); Max value from RGB is 96 - color contains mainly: green. Hex color #146032 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146032 is #EB9FCD. Grayscale: #444444. Windows color (decimal): -15441870 or 3301396. OLE color: 3301396.

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

Color convert

RGB209650-
CMYK0.7900.480.62
HSL143.68º65.52%22.75%-
HSV(B)143.68º79.17%37.65%-
XYZ5.058.744.44-
YUV68.03117.8293.74-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.05%
GREEN value IS 96 (37.89% from 255) = 57.83%
BLUE value IS 50 (19.92% from 255) = 30.12%
R=12.05%
G=57.83%
B=30.12%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2096500.7900.480.62143.6865.5222.75
Hex1460324F0303E904217
Octal24140621170607622010227
Binary1010011000001100101001111011000011111010010000100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146032; }

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

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

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

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

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

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

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

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