#127B32

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

Shades of Camarone #127B32

Tints of Camarone #127B32

Color information

#127B32 (or 0x127B32) is unknown color: approx Camarone. HEX triplet: 12, 7B and 32. RGB value is (18,123,50). Sum of RGB (Red+Green+Blue) = 18+123+50=191 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.42% from 191); Green value is 123 (48.44% from 255 or 64.40% from 191); Blue value is 50 (19.92% from 255 or 26.18% from 191); Max value from RGB is 123 - color contains mainly: green. Hex color #127B32 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127B32 is #ED84CD. Grayscale: #535353. Windows color (decimal): -15566030 or 3308306. OLE color: 3308306.

HSL color Cylindrical-coordinate representation of color #127B32: hue angle of 138.29º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127B32 is Cyan = 0.85, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.52.

Color convert

RGB1812350-
CMYK0.8500.590.52
HSL138.29º74.47%27.65%-
HSV(B)138.29º85.37%48.24%-
XYZ7.9114.525.4-
YUV83.28109.2181.44-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.42%
GREEN value IS 123 (48.44% from 255) = 64.40%
BLUE value IS 50 (19.92% from 255) = 26.18%
R=9.42%
G=64.40%
B=26.18%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal18123500.8500.590.52138.2974.4727.65
Hex127B325503B348a4a1c
Octal22173621250736421211234
Binary1001011110111100101010101011101111010010001010100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127B32; }

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

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

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

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

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

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

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

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