#127525

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

Shades of Camarone #127525

Tints of Camarone #127525

Color information

#127525 (or 0x127525) is unknown color: approx Camarone. HEX triplet: 12, 75 and 25. RGB value is (18,117,37). Sum of RGB (Red+Green+Blue) = 18+117+37=172 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.47% from 172); Green value is 117 (46.09% from 255 or 68.02% from 172); Blue value is 37 (14.84% from 255 or 21.51% from 172); Max value from RGB is 117 - color contains mainly: green. Hex color #127525 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127525 is #ED8ADA. Grayscale: #4E4E4E. Windows color (decimal): -15567579 or 2454802. OLE color: 2454802.

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

Color convert

RGB1811737-
CMYK0.8500.680.54
HSL131.52º73.33%26.47%-
HSV(B)131.52º84.62%45.88%-
XYZ6.9412.983.89-
YUV78.28104.785-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.47%
GREEN value IS 117 (46.09% from 255) = 68.02%
BLUE value IS 37 (14.84% from 255) = 21.51%
R=10.47%
G=68.02%
B=21.51%

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
Decimal18117370.8500.680.54131.5273.3326.47
Hex127525550443684491a
Octal221654512501046620411132
Binary10010111010110010110101010100010011011010000100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127525; }

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

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

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

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

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

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

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

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