#046B13

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

Shades of Green #046B13

Tints of Green #046B13

Color information

#046B13 (or 0x046B13) is unknown color: approx Green. HEX triplet: 04, 6B and 13. RGB value is (4,107,19). Sum of RGB (Red+Green+Blue) = 4+107+19=130 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.08% from 130); Green value is 107 (42.19% from 255 or 82.31% from 130); Blue value is 19 (7.81% from 255 or 14.62% from 130); Max value from RGB is 107 - color contains mainly: green. Hex color #046B13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #046B13 is #FB94EC. Grayscale: #424242. Windows color (decimal): -16487661 or 1272580. OLE color: 1272580.

HSL color Cylindrical-coordinate representation of color #046B13: hue angle of 128.74º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046B13 is Cyan = 0.96, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.58.

Color convert

RGB410719-
CMYK0.9600.820.58
HSL128.74º92.79%21.76%-
HSV(B)128.74º96.26%41.96%-
XYZ5.4310.592.37-
YUV66.17101.3883.66-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.08%
GREEN value IS 107 (42.19% from 255) = 82.31%
BLUE value IS 19 (7.81% from 255) = 14.62%
R=3.08%
G=82.31%
B=14.62%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4107190.9600.820.58128.7492.7921.76
Hex46B13600523A815d16
Octal41532314001227220113526
Binary10011010111001111000000101001011101010000001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046B13; }

 p { color: rgb(4,107,19); }

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

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

 a { background-color: rgb(4,107,19); }

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

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

 span { border-color: rgb(4,107,19); }

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