#057727

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

Shades of Camarone #057727

Tints of Camarone #057727

Color information

#057727 (or 0x057727) is unknown color: approx Camarone. HEX triplet: 05, 77 and 27. RGB value is (5,119,39). Sum of RGB (Red+Green+Blue) = 5+119+39=163 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.07% from 163); Green value is 119 (46.88% from 255 or 73.01% from 163); Blue value is 39 (15.62% from 255 or 23.93% from 163); Max value from RGB is 119 - color contains mainly: green. Hex color #057727 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057727 is #FA88D8. Grayscale: #4C4C4C. Windows color (decimal): -16419033 or 2586373. OLE color: 2586373.

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

Color convert

RGB511939-
CMYK0.9600.670.53
HSL137.89º91.94%24.31%-
HSV(B)137.89º95.8%46.67%-
XYZ7.0313.374.13-
YUV75.79107.2377.5-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.07%
GREEN value IS 119 (46.88% from 255) = 73.01%
BLUE value IS 39 (15.62% from 255) = 23.93%
R=3.07%
G=73.01%
B=23.93%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5119390.9600.670.53137.8991.9424.31
Hex5772760043358a5c18
Octal51674714001036521213430
Binary101111011110011111000000100001111010110001010101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057727; }

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

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

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

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

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

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

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

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