#147431

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

Shades of Camarone #147431

Tints of Camarone #147431

Color information

#147431 (or 0x147431) is unknown color: approx Camarone. HEX triplet: 14, 74 and 31. RGB value is (20,116,49). Sum of RGB (Red+Green+Blue) = 20+116+49=185 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.81% from 185); Green value is 116 (45.70% from 255 or 62.70% from 185); Blue value is 49 (19.53% from 255 or 26.49% from 185); Max value from RGB is 116 - color contains mainly: green. Hex color #147431 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147431 is #EB8BCE. Grayscale: #4F4F4F. Windows color (decimal): -15436751 or 3240980. OLE color: 3240980.

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

Color convert

RGB2011649-
CMYK0.8300.580.55
HSL138.12º70.59%26.67%-
HSV(B)138.12º82.76%45.49%-
XYZ7.0912.865.01-
YUV79.66110.785.45-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.81%
GREEN value IS 116 (45.70% from 255) = 62.70%
BLUE value IS 49 (19.53% from 255) = 26.49%
R=10.81%
G=62.70%
B=26.49%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal20116490.8300.580.55138.1270.5926.67
Hex1474315303A378a471b
Octal24164611230726721210733
Binary1010011101001100011010011011101011011110001010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147431; }

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

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

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

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

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

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

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

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