#127232

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

Shades of Camarone #127232

Tints of Camarone #127232

Color information

#127232 (or 0x127232) is unknown color: approx Camarone. HEX triplet: 12, 72 and 32. RGB value is (18,114,50). Sum of RGB (Red+Green+Blue) = 18+114+50=182 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.89% from 182); Green value is 114 (44.92% from 255 or 62.64% from 182); Blue value is 50 (19.92% from 255 or 27.47% from 182); Max value from RGB is 114 - color contains mainly: green. Hex color #127232 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127232 is #ED8DCD. Grayscale: #4E4E4E. Windows color (decimal): -15568334 or 3306002. OLE color: 3306002.

HSL color Cylindrical-coordinate representation of color #127232: hue angle of 140º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #127232 is Cyan = 0.84, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.55.

Color convert

RGB1811450-
CMYK0.8400.560.55
HSL140º72.73%25.88%-
HSV(B)140º84.21%44.71%-
XYZ6.8412.395.05-
YUV78112.285.2-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.89%
GREEN value IS 114 (44.92% from 255) = 62.64%
BLUE value IS 50 (19.92% from 255) = 27.47%
R=9.89%
G=62.64%
B=27.47%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal18114500.8400.560.5514072.7325.88
Hex12723254038378c491a
Octal22162621240706721411132
Binary1001011100101100101010100011100011011110001100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127232; }

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

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

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

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

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

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

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

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