#147736

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

Shades of Camarone #147736

Tints of Camarone #147736

Color information

#147736 (or 0x147736) is unknown color: approx Camarone. HEX triplet: 14, 77 and 36. RGB value is (20,119,54). Sum of RGB (Red+Green+Blue) = 20+119+54=193 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.36% from 193); Green value is 119 (46.88% from 255 or 61.66% from 193); Blue value is 54 (21.48% from 255 or 27.98% from 193); Max value from RGB is 119 - color contains mainly: green. Hex color #147736 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147736 is #EB88C9. Grayscale: #525252. Windows color (decimal): -15435978 or 3569428. OLE color: 3569428.

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

Color convert

RGB2011954-
CMYK0.8300.550.53
HSL140.61º71.22%27.25%-
HSV(B)140.61º83.19%46.67%-
XYZ7.5513.615.72-
YUV81.99112.283.79-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.36%
GREEN value IS 119 (46.88% from 255) = 61.66%
BLUE value IS 54 (21.48% from 255) = 27.98%
R=10.36%
G=61.66%
B=27.98%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal20119540.8300.550.53140.6171.2227.25
Hex14773653037358d471b
Octal24167661230676521510733
Binary1010011101111101101010011011011111010110001101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147736; }

 p { color: rgb(20,119,54); }

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

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

 a { background-color: rgb(20,119,54); }

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

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

 span { border-color: rgb(20,119,54); }

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