#146920

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

Shades of Camarone #146920

Tints of Camarone #146920

Color information

#146920 (or 0x146920) is unknown color: approx Camarone. HEX triplet: 14, 69 and 20. RGB value is (20,105,32). Sum of RGB (Red+Green+Blue) = 20+105+32=157 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.74% from 157); Green value is 105 (41.41% from 255 or 66.88% from 157); Blue value is 32 (12.89% from 255 or 20.38% from 157); Max value from RGB is 105 - color contains mainly: green. Hex color #146920 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146920 is #EB96DF. Grayscale: #474747. Windows color (decimal): -15439584 or 2124052. OLE color: 2124052.

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

Color convert

RGB2010532-
CMYK0.8100.700.59
HSL128.47º68%24.51%-
HSV(B)128.47º80.95%41.18%-
XYZ5.610.363.07-
YUV71.26105.8491.44-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.74%
GREEN value IS 105 (41.41% from 255) = 66.88%
BLUE value IS 32 (12.89% from 255) = 20.38%
R=12.74%
G=66.88%
B=20.38%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal20105320.8100.700.59128.476824.51
Hex146920510463B804419
Octal241514012101067320010431
Binary10100110100110000010100010100011011101110000000100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146920; }

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

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

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

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

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

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

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

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