#127528

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

Shades of Camarone #127528

Tints of Camarone #127528

Color information

#127528 (or 0x127528) is unknown color: approx Camarone. HEX triplet: 12, 75 and 28. RGB value is (18,117,40). Sum of RGB (Red+Green+Blue) = 18+117+40=175 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.29% from 175); Green value is 117 (46.09% from 255 or 66.86% from 175); Blue value is 40 (16.02% from 255 or 22.86% from 175); Max value from RGB is 117 - color contains mainly: green. Hex color #127528 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127528 is #ED8AD7. Grayscale: #4E4E4E. Windows color (decimal): -15567576 or 2651410. OLE color: 2651410.

HSL color Cylindrical-coordinate representation of color #127528: hue angle of 133.33º 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 #127528 is Cyan = 0.85, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.54.

Color convert

RGB1811740-
CMYK0.8500.660.54
HSL133.33º73.33%26.47%-
HSV(B)133.33º84.62%45.88%-
XYZ6.99134.15-
YUV78.62106.284.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.29%
GREEN value IS 117 (46.09% from 255) = 66.86%
BLUE value IS 40 (16.02% from 255) = 22.86%
R=10.29%
G=66.86%
B=22.86%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal18117400.8500.660.54133.3373.3326.47
Hex127528550423685491a
Octal221655012501026620511132
Binary10010111010110100010101010100001011011010000101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127528; }

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

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

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

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

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

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

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

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