#046305

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

Shades of Green #046305

Tints of Green #046305

Color information

#046305 (or 0x046305) is unknown color: approx Green. HEX triplet: 04, 63 and 05. RGB value is (4,99,5). Sum of RGB (Red+Green+Blue) = 4+99+5=108 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.70% from 108); Green value is 99 (39.06% from 255 or 91.67% from 108); Blue value is 5 (2.34% from 255 or 4.63% from 108); Max value from RGB is 99 - color contains mainly: green. Hex color #046305 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #046305 is #FB9CFA. Grayscale: #3C3C3C. Windows color (decimal): -16489723 or 353028. OLE color: 353028.

HSL color Cylindrical-coordinate representation of color #046305: hue angle of 120.63º 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 #046305 is Cyan = 0.96, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.61.

Color convert

RGB4995-
CMYK0.9600.950.61
HSL120.63º92.23%20.2%-
HSV(B)120.63º95.96%38.82%-
XYZ4.548.961.63-
YUV59.8897.0388.14-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.70%
GREEN value IS 99 (39.06% from 255) = 91.67%
BLUE value IS 5 (2.34% from 255) = 4.63%
R=3.70%
G=91.67%
B=4.63%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal49950.9600.950.61120.6392.2320.2
Hex46356005F3D795c14
Octal4143514001377517113424
Binary10011000111011100000010111111111011111001101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046305; }

 p { color: rgb(4,99,5); }

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

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

 a { background-color: rgb(4,99,5); }

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

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

 span { border-color: rgb(4,99,5); }

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