#057921

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

Shades of Camarone #057921

Tints of Camarone #057921

Color information

#057921 (or 0x057921) is unknown color: approx Camarone. HEX triplet: 05, 79 and 21. RGB value is (5,121,33). Sum of RGB (Red+Green+Blue) = 5+121+33=159 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.14% from 159); Green value is 121 (47.66% from 255 or 76.10% from 159); Blue value is 33 (13.28% from 255 or 20.75% from 159); Max value from RGB is 121 - color contains mainly: green. Hex color #057921 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057921 is #FA86DE. Grayscale: #4C4C4C. Windows color (decimal): -16418527 or 2193669. OLE color: 2193669.

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

Color convert

RGB512133-
CMYK0.9600.730.53
HSL134.48º92.06%24.71%-
HSV(B)134.48º95.87%47.45%-
XYZ7.1713.823.73-
YUV76.28103.5777.16-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.14%
GREEN value IS 121 (47.66% from 255) = 76.10%
BLUE value IS 33 (13.28% from 255) = 20.75%
R=3.14%
G=76.10%
B=20.75%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5121330.9600.730.53134.4892.0624.71
Hex579216004935865c19
Octal51714114001116520613431
Binary101111100110000111000000100100111010110000110101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057921; }

 p { color: rgb(5,121,33); }

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

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

 a { background-color: rgb(5,121,33); }

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

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

 span { border-color: rgb(5,121,33); }

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