#147835

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

Shades of Camarone #147835

Tints of Camarone #147835

Color information

#147835 (or 0x147835) is unknown color: approx Camarone. HEX triplet: 14, 78 and 35. RGB value is (20,120,53). Sum of RGB (Red+Green+Blue) = 20+120+53=193 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.36% from 193); Green value is 120 (47.27% from 255 or 62.18% from 193); Blue value is 53 (21.09% from 255 or 27.46% from 193); Max value from RGB is 120 - color contains mainly: green. Hex color #147835 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147835 is #EB87CA. Grayscale: #525252. Windows color (decimal): -15435723 or 3504148. OLE color: 3504148.

HSL color Cylindrical-coordinate representation of color #147835: hue angle of 139.8º 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 #147835 is Cyan = 0.83, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.53.

Color convert

RGB2012053-
CMYK0.8300.560.53
HSL139.8º71.43%27.45%-
HSV(B)139.8º83.33%47.06%-
XYZ7.6513.845.64-
YUV82.46111.3783.45-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.36%
GREEN value IS 120 (47.27% from 255) = 62.18%
BLUE value IS 53 (21.09% from 255) = 27.46%
R=10.36%
G=62.18%
B=27.46%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal20120530.8300.560.53139.871.4327.45
Hex14783553038358c471b
Octal24170651230706521410733
Binary1010011110001101011010011011100011010110001100100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147835; }

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

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

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

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

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

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

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

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