#057A29

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

Shades of Camarone #057A29

Tints of Camarone #057A29

Color information

#057A29 (or 0x057A29) is unknown color: approx Camarone. HEX triplet: 05, 7A and 29. RGB value is (5,122,41). Sum of RGB (Red+Green+Blue) = 5+122+41=168 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.98% from 168); Green value is 122 (48.05% from 255 or 72.62% from 168); Blue value is 41 (16.41% from 255 or 24.40% from 168); Max value from RGB is 122 - color contains mainly: green. Hex color #057A29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057A29 is #FA85D6. Grayscale: #4D4D4D. Windows color (decimal): -16418263 or 2718213. OLE color: 2718213.

HSL color Cylindrical-coordinate representation of color #057A29: hue angle of 138.46º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057A29 is Cyan = 0.96, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.52.

Color convert

RGB512241-
CMYK0.9600.660.52
HSL138.46º92.13%24.9%-
HSV(B)138.46º95.9%47.84%-
XYZ7.4214.114.43-
YUV77.78107.2476.09-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.98%
GREEN value IS 122 (48.05% from 255) = 72.62%
BLUE value IS 41 (16.41% from 255) = 24.40%
R=2.98%
G=72.62%
B=24.40%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5122410.9600.660.52138.4692.1324.9
Hex57A2960042348a5c19
Octal51725114001026421213431
Binary101111101010100111000000100001011010010001010101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057A29; }

 p { color: rgb(5,122,41); }

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

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

 a { background-color: rgb(5,122,41); }

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

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

 span { border-color: rgb(5,122,41); }

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