#057726

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

Shades of Camarone #057726

Tints of Camarone #057726

Color information

#057726 (or 0x057726) is unknown color: approx Camarone. HEX triplet: 05, 77 and 26. RGB value is (5,119,38). Sum of RGB (Red+Green+Blue) = 5+119+38=162 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.09% from 162); Green value is 119 (46.88% from 255 or 73.46% from 162); Blue value is 38 (15.23% from 255 or 23.46% from 162); Max value from RGB is 119 - color contains mainly: green. Hex color #057726 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057726 is #FA88D9. Grayscale: #4B4B4B. Windows color (decimal): -16419034 or 2520837. OLE color: 2520837.

HSL color Cylindrical-coordinate representation of color #057726: hue angle of 137.37º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057726 is Cyan = 0.96, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.53.

Color convert

RGB511938-
CMYK0.9600.680.53
HSL137.37º91.94%24.31%-
HSV(B)137.37º95.8%46.67%-
XYZ7.0113.374.04-
YUV75.68106.7377.59-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.09%
GREEN value IS 119 (46.88% from 255) = 73.46%
BLUE value IS 38 (15.23% from 255) = 23.46%
R=3.09%
G=73.46%
B=23.46%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5119380.9600.680.53137.3791.9424.31
Hex577266004435895c18
Octal51674614001046521113430
Binary101111011110011011000000100010011010110001001101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057726; }

 p { color: rgb(5,119,38); }

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

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

 a { background-color: rgb(5,119,38); }

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

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

 span { border-color: rgb(5,119,38); }

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