#147829

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

Shades of Camarone #147829

Tints of Camarone #147829

Color information

#147829 (or 0x147829) is unknown color: approx Camarone. HEX triplet: 14, 78 and 29. RGB value is (20,120,41). Sum of RGB (Red+Green+Blue) = 20+120+41=181 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.05% from 181); Green value is 120 (47.27% from 255 or 66.30% from 181); Blue value is 41 (16.41% from 255 or 22.65% from 181); Max value from RGB is 120 - color contains mainly: green. Hex color #147829 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147829 is #EB87D6. Grayscale: #515151. Windows color (decimal): -15435735 or 2717716. OLE color: 2717716.

HSL color Cylindrical-coordinate representation of color #147829: hue angle of 132.6º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #147829 is Cyan = 0.83, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB2012041-
CMYK0.8300.660.53
HSL132.6º71.43%27.45%-
HSV(B)132.6º83.33%47.06%-
XYZ7.4113.744.36-
YUV81.09105.3784.42-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.05%
GREEN value IS 120 (47.27% from 255) = 66.30%
BLUE value IS 41 (16.41% from 255) = 22.65%
R=11.05%
G=66.30%
B=22.65%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal20120410.8300.660.53132.671.4327.45
Hex147829530423585471b
Octal241705112301026520510733
Binary10100111100010100110100110100001011010110000101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147829; }

 p { color: rgb(20,120,41); }

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

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

 a { background-color: rgb(20,120,41); }

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

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

 span { border-color: rgb(20,120,41); }

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