#046408

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

Shades of Green #046408

Tints of Green #046408

Color information

#046408 (or 0x046408) is unknown color: approx Green. HEX triplet: 04, 64 and 08. RGB value is (4,100,8). Sum of RGB (Red+Green+Blue) = 4+100+8=112 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.57% from 112); Green value is 100 (39.45% from 255 or 89.29% from 112); Blue value is 8 (3.52% from 255 or 7.14% from 112); Max value from RGB is 100 - color contains mainly: green. Hex color #046408 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #046408 is #FB9BF7. Grayscale: #3D3D3D. Windows color (decimal): -16489464 or 549892. OLE color: 549892.

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

Color convert

RGB41008-
CMYK0.9600.920.61
HSL122.5º92.31%20.39%-
HSV(B)122.5º96%39.22%-
XYZ4.659.161.75-
YUV60.8198.287.48-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.57%
GREEN value IS 100 (39.45% from 255) = 89.29%
BLUE value IS 8 (3.52% from 255) = 7.14%
R=3.57%
G=89.29%
B=7.14%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal410080.9600.920.61122.592.3120.39
Hex46486005C3D7a5c14
Octal41441014001347517213424
Binary100110010010001100000010111001111011111010101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046408; }

 p { color: rgb(4,100,8); }

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

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

 a { background-color: rgb(4,100,8); }

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

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

 span { border-color: rgb(4,100,8); }

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