#04772B

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

Shades of Camarone #04772B

Tints of Camarone #04772B

Color information

#04772B (or 0x04772B) is unknown color: approx Camarone. HEX triplet: 04, 77 and 2B. RGB value is (4,119,43). Sum of RGB (Red+Green+Blue) = 4+119+43=166 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.41% from 166); Green value is 119 (46.88% from 255 or 71.69% from 166); Blue value is 43 (17.19% from 255 or 25.90% from 166); Max value from RGB is 119 - color contains mainly: green. Hex color #04772B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04772B is #FB88D4. Grayscale: #4C4C4C. Windows color (decimal): -16484565 or 2848516. OLE color: 2848516.

HSL color Cylindrical-coordinate representation of color #04772B: hue angle of 140.35º 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 #04772B is Cyan = 0.97, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB411943-
CMYK0.9700.640.53
HSL140.35º93.5%24.12%-
HSV(B)140.35º96.64%46.67%-
XYZ7.0813.394.5-
YUV75.95109.476.68-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.41%
GREEN value IS 119 (46.88% from 255) = 71.69%
BLUE value IS 43 (17.19% from 255) = 25.90%
R=2.41%
G=71.69%
B=25.90%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4119430.9700.640.53140.3593.524.12
Hex4772B61040358c5d18
Octal41675314101006521413530
Binary100111011110101111000010100000011010110001100101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04772B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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