#04772C

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

Shades of Camarone #04772C

Tints of Camarone #04772C

Color information

#04772C (or 0x04772C) is unknown color: approx Camarone. HEX triplet: 04, 77 and 2C. RGB value is (4,119,44). Sum of RGB (Red+Green+Blue) = 4+119+44=167 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.40% from 167); Green value is 119 (46.88% from 255 or 71.26% from 167); Blue value is 44 (17.58% from 255 or 26.35% from 167); Max value from RGB is 119 - color contains mainly: green. Hex color #04772C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04772C is #FB88D3. Grayscale: #4C4C4C. Windows color (decimal): -16484564 or 2914052. OLE color: 2914052.

HSL color Cylindrical-coordinate representation of color #04772C: hue angle of 140.87º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04772C is Cyan = 0.97, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB411944-
CMYK0.9700.630.53
HSL140.87º93.5%24.12%-
HSV(B)140.87º96.64%46.67%-
XYZ7.113.44.6-
YUV76.06109.976.6-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.40%
GREEN value IS 119 (46.88% from 255) = 71.26%
BLUE value IS 44 (17.58% from 255) = 26.35%
R=2.40%
G=71.26%
B=26.35%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4119440.9700.630.53140.8793.524.12
Hex4772C6103F358d5d18
Octal4167541410776521513530
Binary10011101111011001100001011111111010110001101101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04772C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04772C; }

 p { color: rgb(4,119,44); }

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

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

 a { background-color: rgb(4,119,44); }

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

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

 span { border-color: rgb(4,119,44); }

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