#046B3F

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

Shades of Jewel #046B3F

Tints of Jewel #046B3F

Color information

#046B3F (or 0x046B3F) is unknown color: approx Jewel. HEX triplet: 04, 6B and 3F. RGB value is (4,107,63). Sum of RGB (Red+Green+Blue) = 4+107+63=174 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.30% from 174); Green value is 107 (42.19% from 255 or 61.49% from 174); Blue value is 63 (25% from 255 or 36.21% from 174); Max value from RGB is 107 - color contains mainly: green. Hex color #046B3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046B3F is #FB94C0. Grayscale: #474747. Windows color (decimal): -16487617 or 4156164. OLE color: 4156164.

HSL color Cylindrical-coordinate representation of color #046B3F: hue angle of 154.37º 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 #046B3F is Cyan = 0.96, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.58.

Color convert

RGB410763-
CMYK0.9600.410.58
HSL154.37º92.79%21.76%-
HSV(B)154.37º96.26%41.96%-
XYZ6.210.96.48-
YUV71.19123.3880.08-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.30%
GREEN value IS 107 (42.19% from 255) = 61.49%
BLUE value IS 63 (25% from 255) = 36.21%
R=2.30%
G=61.49%
B=36.21%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4107630.9600.410.58154.3792.7921.76
Hex46B3F600293A9a5d16
Octal4153771400517223213526
Binary10011010111111111100000010100111101010011010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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