#146824

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

Shades of Camarone #146824

Tints of Camarone #146824

Color information

#146824 (or 0x146824) is unknown color: approx Camarone. HEX triplet: 14, 68 and 24. RGB value is (20,104,36). Sum of RGB (Red+Green+Blue) = 20+104+36=160 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.5% from 160); Green value is 104 (41.02% from 255 or 65% from 160); Blue value is 36 (14.45% from 255 or 22.5% from 160); Max value from RGB is 104 - color contains mainly: green. Hex color #146824 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146824 is #EB97DB. Grayscale: #474747. Windows color (decimal): -15439836 or 2385940. OLE color: 2385940.

HSL color Cylindrical-coordinate representation of color #146824: hue angle of 131.43º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #146824 is Cyan = 0.81, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.59.

Color convert

RGB2010436-
CMYK0.8100.650.59
HSL131.43º67.74%24.31%-
HSV(B)131.43º80.77%40.78%-
XYZ5.5610.183.34-
YUV71.13108.1791.53-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.5%
GREEN value IS 104 (41.02% from 255) = 65%
BLUE value IS 36 (14.45% from 255) = 22.5%
R=12.5%
G=65%
B=22.5%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal20104360.8100.650.59131.4367.7424.31
Hex146824510413B834418
Octal241504412101017320310430
Binary10100110100010010010100010100000111101110000011100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146824; }

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

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

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

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

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

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

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

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