#127236

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

Shades of Camarone #127236

Tints of Camarone #127236

Color information

#127236 (or 0x127236) is unknown color: approx Camarone. HEX triplet: 12, 72 and 36. RGB value is (18,114,54). Sum of RGB (Red+Green+Blue) = 18+114+54=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 114 (44.92% from 255 or 61.29% from 186); Blue value is 54 (21.48% from 255 or 29.03% from 186); Max value from RGB is 114 - color contains mainly: green. Hex color #127236 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127236 is #ED8DC9. Grayscale: #4E4E4E. Windows color (decimal): -15568330 or 3568146. OLE color: 3568146.

HSL color Cylindrical-coordinate representation of color #127236: hue angle of 142.5º 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 #127236 is Cyan = 0.84, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.55.

Color convert

RGB1811454-
CMYK0.8400.530.55
HSL142.5º72.73%25.88%-
HSV(B)142.5º84.21%44.71%-
XYZ6.9312.435.52-
YUV78.46114.284.88-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.68%
GREEN value IS 114 (44.92% from 255) = 61.29%
BLUE value IS 54 (21.48% from 255) = 29.03%
R=9.68%
G=61.29%
B=29.03%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal18114540.8400.530.55142.572.7325.88
Hex12723654035378e491a
Octal22162661240656721611132
Binary1001011100101101101010100011010111011110001110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127236; }

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

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

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

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

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

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

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

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