#04782A

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

Shades of Camarone #04782A

Tints of Camarone #04782A

Color information

#04782A (or 0x04782A) is unknown color: approx Camarone. HEX triplet: 04, 78 and 2A. RGB value is (4,120,42). Sum of RGB (Red+Green+Blue) = 4+120+42=166 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.41% from 166); Green value is 120 (47.27% from 255 or 72.29% from 166); Blue value is 42 (16.80% from 255 or 25.30% from 166); Max value from RGB is 120 - color contains mainly: green. Hex color #04782A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04782A is #FB87D5. Grayscale: #4C4C4C. Windows color (decimal): -16484310 or 2783236. OLE color: 2783236.

HSL color Cylindrical-coordinate representation of color #04782A: hue angle of 139.66º degrees, saturation: 0.94, 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 #04782A is Cyan = 0.97, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB412042-
CMYK0.9700.650.53
HSL139.66º93.55%24.31%-
HSV(B)139.66º96.67%47.06%-
XYZ7.1813.634.44-
YUV76.42108.5776.34-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.41%
GREEN value IS 120 (47.27% from 255) = 72.29%
BLUE value IS 42 (16.80% from 255) = 25.30%
R=2.41%
G=72.29%
B=25.30%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4120420.9700.650.53139.6693.5524.31
Hex4782A61041358c5e18
Octal41705214101016521413630
Binary100111100010101011000010100000111010110001100101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04782A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04782A; }

 p { color: rgb(4,120,42); }

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

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

 a { background-color: rgb(4,120,42); }

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

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

 span { border-color: rgb(4,120,42); }

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