#147831

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

Shades of Camarone #147831

Tints of Camarone #147831

Color information

#147831 (or 0x147831) is unknown color: approx Camarone. HEX triplet: 14, 78 and 31. RGB value is (20,120,49). Sum of RGB (Red+Green+Blue) = 20+120+49=189 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.58% from 189); Green value is 120 (47.27% from 255 or 63.49% from 189); Blue value is 49 (19.53% from 255 or 25.93% from 189); Max value from RGB is 120 - color contains mainly: green. Hex color #147831 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147831 is #EB87CE. Grayscale: #525252. Windows color (decimal): -15435727 or 3242004. OLE color: 3242004.

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

Color convert

RGB2012049-
CMYK0.8300.590.53
HSL137.4º71.43%27.45%-
HSV(B)137.4º83.33%47.06%-
XYZ7.5613.85.17-
YUV82.01109.3783.77-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.58%
GREEN value IS 120 (47.27% from 255) = 63.49%
BLUE value IS 49 (19.53% from 255) = 25.93%
R=10.58%
G=63.49%
B=25.93%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal20120490.8300.590.53137.471.4327.45
Hex1478315303B3589471b
Octal24170611230736521110733
Binary1010011110001100011010011011101111010110001001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147831; }

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

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

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

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

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

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

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

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