#127831

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

Shades of Camarone #127831

Tints of Camarone #127831

Color information

#127831 (or 0x127831) is unknown color: approx Camarone. HEX triplet: 12, 78 and 31. RGB value is (18,120,49). Sum of RGB (Red+Green+Blue) = 18+120+49=187 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.63% from 187); Green value is 120 (47.27% from 255 or 64.17% from 187); Blue value is 49 (19.53% from 255 or 26.20% from 187); Max value from RGB is 120 - color contains mainly: green. Hex color #127831 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127831 is #ED87CE. Grayscale: #515151. Windows color (decimal): -15566799 or 3242002. OLE color: 3242002.

HSL color Cylindrical-coordinate representation of color #127831: hue angle of 138.24º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127831 is Cyan = 0.85, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB1812049-
CMYK0.8500.590.53
HSL138.24º73.91%27.06%-
HSV(B)138.24º85%47.06%-
XYZ7.5213.785.17-
YUV81.41109.7182.77-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.63%
GREEN value IS 120 (47.27% from 255) = 64.17%
BLUE value IS 49 (19.53% from 255) = 26.20%
R=9.63%
G=64.17%
B=26.20%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal18120490.8500.590.53138.2473.9127.06
Hex1278315503B358a4a1b
Octal22170611250736521211233
Binary1001011110001100011010101011101111010110001010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127831; }

 p { color: rgb(18,120,49); }

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

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

 a { background-color: rgb(18,120,49); }

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

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

 span { border-color: rgb(18,120,49); }

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