#127036

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

Shades of Camarone #127036

Tints of Camarone #127036

Color information

#127036 (or 0x127036) is unknown color: approx Camarone. HEX triplet: 12, 70 and 36. RGB value is (18,112,54). Sum of RGB (Red+Green+Blue) = 18+112+54=184 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.78% from 184); Green value is 112 (44.14% from 255 or 60.87% from 184); Blue value is 54 (21.48% from 255 or 29.35% from 184); Max value from RGB is 112 - color contains mainly: green. Hex color #127036 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127036 is #ED8FC9. Grayscale: #4D4D4D. Windows color (decimal): -15568842 or 3567634. OLE color: 3567634.

HSL color Cylindrical-coordinate representation of color #127036: hue angle of 142.98º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #127036 is Cyan = 0.84, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.56.

Color convert

RGB1811254-
CMYK0.8400.520.56
HSL142.98º72.31%25.49%-
HSV(B)142.98º83.93%43.92%-
XYZ6.7111.985.45-
YUV77.28114.8685.72-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.78%
GREEN value IS 112 (44.14% from 255) = 60.87%
BLUE value IS 54 (21.48% from 255) = 29.35%
R=9.78%
G=60.87%
B=29.35%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal18112540.8400.520.56142.9872.3125.49
Hex12703654034388f4819
Octal22160661240647021711031
Binary1001011100001101101010100011010011100010001111100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127036; }

 p { color: rgb(18,112,54); }

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

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

 a { background-color: rgb(18,112,54); }

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

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

 span { border-color: rgb(18,112,54); }

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