#147830

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

Shades of Camarone #147830

Tints of Camarone #147830

Color information

#147830 (or 0x147830) is unknown color: approx Camarone. HEX triplet: 14, 78 and 30. RGB value is (20,120,48). Sum of RGB (Red+Green+Blue) = 20+120+48=188 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.64% from 188); Green value is 120 (47.27% from 255 or 63.83% from 188); Blue value is 48 (19.14% from 255 or 25.53% from 188); Max value from RGB is 120 - color contains mainly: green. Hex color #147830 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147830 is #EB87CF. Grayscale: #525252. Windows color (decimal): -15435728 or 3176468. OLE color: 3176468.

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

Color convert

RGB2012048-
CMYK0.8300.600.53
HSL136.8º71.43%27.45%-
HSV(B)136.8º83.33%47.06%-
XYZ7.5413.85.06-
YUV81.89108.8783.85-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.64%
GREEN value IS 120 (47.27% from 255) = 63.83%
BLUE value IS 48 (19.14% from 255) = 25.53%
R=10.64%
G=63.83%
B=25.53%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal20120480.8300.600.53136.871.4327.45
Hex1478305303C3589471b
Octal24170601230746521110733
Binary1010011110001100001010011011110011010110001001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147830; }

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

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

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

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

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

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

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

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