#046232

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

Shades of Fun Green #046232

Tints of Fun Green #046232

Color information

#046232 (or 0x046232) is unknown color: approx Fun Green. HEX triplet: 04, 62 and 32. RGB value is (4,98,50). Sum of RGB (Red+Green+Blue) = 4+98+50=152 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.63% from 152); Green value is 98 (38.67% from 255 or 64.47% from 152); Blue value is 50 (19.92% from 255 or 32.89% from 152); Max value from RGB is 98 - color contains mainly: green. Hex color #046232 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046232 is #FB9DCD. Grayscale: #404040. Windows color (decimal): -16489934 or 3301892. OLE color: 3301892.

HSL color Cylindrical-coordinate representation of color #046232: hue angle of 149.36º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046232 is Cyan = 0.96, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB49850-
CMYK0.9600.490.62
HSL149.36º92.16%20%-
HSV(B)149.36º95.92%38.43%-
XYZ4.998.994.49-
YUV64.42119.8684.9-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.63%
GREEN value IS 98 (38.67% from 255) = 64.47%
BLUE value IS 50 (19.92% from 255) = 32.89%
R=2.63%
G=64.47%
B=32.89%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal498500.9600.490.62149.3692.1620
Hex46232600313E955c14
Octal4142621400617622513424
Binary10011000101100101100000011000111111010010101101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046232; }

 p { color: rgb(4,98,50); }

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

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

 a { background-color: rgb(4,98,50); }

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

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

 span { border-color: rgb(4,98,50); }

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