#46713A

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

Shades of Fern Green #46713A

Tints of Fern Green #46713A

Color information

#46713A (or 0x46713A) is unknown color: approx Fern Green. HEX triplet: 46, 71 and 3A. RGB value is (70,113,58). Sum of RGB (Red+Green+Blue) = 70+113+58=241 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.05% from 241); Green value is 113 (44.53% from 255 or 46.89% from 241); Blue value is 58 (23.05% from 255 or 24.07% from 241); Max value from RGB is 113 - color contains mainly: green. Hex color #46713A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46713A is #B98EC5. Grayscale: #5E5E5E. Windows color (decimal): -12160710 or 3830086. OLE color: 3830086.

HSL color Cylindrical-coordinate representation of color #46713A: hue angle of 106.91º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #46713A is Cyan = 0.38, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.56.

Color convert

RGB7011358-
CMYK0.3800.490.56
HSL106.91º32.16%33.53%-
HSV(B)106.91º48.67%44.31%-
XYZ9.1913.426.11-
YUV93.87107.75110.97-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.05%
GREEN value IS 113 (44.53% from 255) = 46.89%
BLUE value IS 58 (23.05% from 255) = 24.07%
R=29.05%
G=46.89%
B=24.07%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70113580.3800.490.56106.9132.1633.53
Hex46713A26031386b2022
Octal1061617246061701534042
Binary1000110111000111101010011001100011110001101011100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46713A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46713A; }

 p { color: rgb(70,113,58); }

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

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

 a { background-color: rgb(70,113,58); }

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

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

 span { border-color: rgb(70,113,58); }

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