#146020

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

Shades of Crusoe #146020

Tints of Crusoe #146020

Color information

#146020 (or 0x146020) is unknown color: approx Crusoe. HEX triplet: 14, 60 and 20. RGB value is (20,96,32). Sum of RGB (Red+Green+Blue) = 20+96+32=148 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.51% from 148); Green value is 96 (37.89% from 255 or 64.86% from 148); Blue value is 32 (12.89% from 255 or 21.62% from 148); Max value from RGB is 96 - color contains mainly: green. Hex color #146020 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146020 is #EB9FDF. Grayscale: #424242. Windows color (decimal): -15441888 or 2121748. OLE color: 2121748.

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

Color convert

RGB209632-
CMYK0.7900.670.62
HSL129.47º65.52%22.75%-
HSV(B)129.47º79.17%37.65%-
XYZ4.738.622.78-
YUV65.98108.8295.2-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.51%
GREEN value IS 96 (37.89% from 255) = 64.86%
BLUE value IS 32 (12.89% from 255) = 21.62%
R=13.51%
G=64.86%
B=21.62%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2096320.7900.670.62129.4765.5222.75
Hex1460204F0433E814217
Octal241404011701037620110227
Binary10100110000010000010011110100001111111010000001100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146020; }

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

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

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

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

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

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

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

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