#127526

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

Shades of Camarone #127526

Tints of Camarone #127526

Color information

#127526 (or 0x127526) is unknown color: approx Camarone. HEX triplet: 12, 75 and 26. RGB value is (18,117,38). Sum of RGB (Red+Green+Blue) = 18+117+38=173 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.40% from 173); Green value is 117 (46.09% from 255 or 67.63% from 173); Blue value is 38 (15.23% from 255 or 21.97% from 173); Max value from RGB is 117 - color contains mainly: green. Hex color #127526 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127526 is #ED8AD9. Grayscale: #4E4E4E. Windows color (decimal): -15567578 or 2520338. OLE color: 2520338.

HSL color Cylindrical-coordinate representation of color #127526: hue angle of 132.12º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127526 is Cyan = 0.85, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB1811738-
CMYK0.8500.680.54
HSL132.12º73.33%26.47%-
HSV(B)132.12º84.62%45.88%-
XYZ6.9612.993.97-
YUV78.39105.284.92-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.40%
GREEN value IS 117 (46.09% from 255) = 67.63%
BLUE value IS 38 (15.23% from 255) = 21.97%
R=10.40%
G=67.63%
B=21.97%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal18117380.8500.680.54132.1273.3326.47
Hex127526550443684491a
Octal221654612501046620411132
Binary10010111010110011010101010100010011011010000100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127526; }

 p { color: rgb(18,117,38); }

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

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

 a { background-color: rgb(18,117,38); }

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

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

 span { border-color: rgb(18,117,38); }

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