#146921

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

Shades of Camarone #146921

Tints of Camarone #146921

Color information

#146921 (or 0x146921) is unknown color: approx Camarone. HEX triplet: 14, 69 and 21. RGB value is (20,105,33). Sum of RGB (Red+Green+Blue) = 20+105+33=158 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.66% from 158); Green value is 105 (41.41% from 255 or 66.46% from 158); Blue value is 33 (13.28% from 255 or 20.89% from 158); Max value from RGB is 105 - color contains mainly: green. Hex color #146921 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146921 is #EB96DE. Grayscale: #474747. Windows color (decimal): -15439583 or 2189588. OLE color: 2189588.

HSL color Cylindrical-coordinate representation of color #146921: hue angle of 129.18º 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 #146921 is Cyan = 0.81, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.59.

Color convert

RGB2010533-
CMYK0.8100.690.59
HSL129.18º68%24.51%-
HSV(B)129.18º80.95%41.18%-
XYZ5.6110.363.14-
YUV71.38106.3491.35-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.66%
GREEN value IS 105 (41.41% from 255) = 66.46%
BLUE value IS 33 (13.28% from 255) = 20.89%
R=12.66%
G=66.46%
B=20.89%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal20105330.8100.690.59129.186824.51
Hex146921510453B814419
Octal241514112101057320110431
Binary10100110100110000110100010100010111101110000001100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146921; }

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

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

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

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

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

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

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

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