#147836

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

Shades of Camarone #147836

Tints of Camarone #147836

Color information

#147836 (or 0x147836) is unknown color: approx Camarone. HEX triplet: 14, 78 and 36. RGB value is (20,120,54). Sum of RGB (Red+Green+Blue) = 20+120+54=194 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.31% from 194); Green value is 120 (47.27% from 255 or 61.86% from 194); Blue value is 54 (21.48% from 255 or 27.84% from 194); Max value from RGB is 120 - color contains mainly: green. Hex color #147836 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147836 is #EB87C9. Grayscale: #525252. Windows color (decimal): -15435722 or 3569684. OLE color: 3569684.

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

Color convert

RGB2012054-
CMYK0.8300.550.53
HSL140.4º71.43%27.45%-
HSV(B)140.4º83.33%47.06%-
XYZ7.6713.855.76-
YUV82.58111.8783.37-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.31%
GREEN value IS 120 (47.27% from 255) = 61.86%
BLUE value IS 54 (21.48% from 255) = 27.84%
R=10.31%
G=61.86%
B=27.84%

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
Decimal20120540.8300.550.53140.471.4327.45
Hex14783653037358c471b
Octal24170661230676521410733
Binary1010011110001101101010011011011111010110001100100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147836; }

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

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

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

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

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

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

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

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