#127532

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

Shades of Camarone #127532

Tints of Camarone #127532

Color information

#127532 (or 0x127532) is unknown color: approx Camarone. HEX triplet: 12, 75 and 32. RGB value is (18,117,50). Sum of RGB (Red+Green+Blue) = 18+117+50=185 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.73% from 185); Green value is 117 (46.09% from 255 or 63.24% from 185); Blue value is 50 (19.92% from 255 or 27.03% from 185); Max value from RGB is 117 - color contains mainly: green. Hex color #127532 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127532 is #ED8ACD. Grayscale: #4F4F4F. Windows color (decimal): -15567566 or 3306770. OLE color: 3306770.

HSL color Cylindrical-coordinate representation of color #127532: hue angle of 139.39º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127532 is Cyan = 0.85, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.54.

Color convert

RGB1811750-
CMYK0.8500.570.54
HSL139.39º73.33%26.47%-
HSV(B)139.39º84.62%45.88%-
XYZ7.1913.085.16-
YUV79.76111.283.95-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.73%
GREEN value IS 117 (46.09% from 255) = 63.24%
BLUE value IS 50 (19.92% from 255) = 27.03%
R=9.73%
G=63.24%
B=27.03%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal18117500.8500.570.54139.3973.3326.47
Hex12753255039368b491a
Octal22165621250716621311132
Binary1001011101011100101010101011100111011010001011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127532; }

 p { color: rgb(18,117,50); }

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

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

 a { background-color: rgb(18,117,50); }

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

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

 span { border-color: rgb(18,117,50); }

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