Html Css Color HEX #46863F Fern Green

📋 copy color: '#46863F'

red 70 ◦ green 134 ◦ blue 63

#46863F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fern Green #46863F

Tints of Fern Green #46863F

RGB

 RED value IS 70 (27.73% from 255) = 26.22%

 GREEN value IS 134 (52.73% from 255) = 50.19%

 BLUE value IS 63 (25% from 255) = 23.6%

R = 26.22%
G = 50.19%
B = 23.6%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#46863F (or 0x46863F) is known color: Fern Green. HEX triplet: 46, 86 and 3F. RGB value is (70,134,63). Sum of RGB (Red+Green+Blue) = 70+134+63=267 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.22% from 267); Green value is 134 (52.73% from 255 or 50.19% from 267); Blue value is 63 (25% from 255 or 23.60% from 267); Max value from RGB is 134 - color contains mainly: green. Hex color #46863F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46863F is #B979C0. Grayscale: #6A6A6A. Windows color (decimal): -12155329 or 4163142. OLE color: 4163142.

HSL color Cylindrical-coordinate representation of color #46863F: hue angle of 114.08º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #46863F is Cyan = 0.48, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB 70 134 63 -
CMYK 0.48 0 0.53 0.47
HSL 114.08º 0.36% 0.39% -
HSV(B) 114.08º 0.53% 0.53% -
XYZ 11.95 18.71 7.68 -
YUV 106.77 103.3 101.77 -
System Red Green Blue C M Y K H S L
Decimal 70 134 63 0.48 0 0.53 0.47 114.08 0.36 0.39
Hex 46 86 3F 30 0 35 2F 72 24 27
Octal 106 206 77 60 0 65 57 162 44 47
Binary 1000110 10000110 111111 110000 0 110101 101111 1110010 100100 100111

Color Harmonies of #46863F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46863F

Black with #46863F

Text Example


Text Example

White with #46863F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46863F; }

 p { color: rgb(70,134,63); }

 H1.HeaderClassName
 {
   color: #46863F;
 }
 .AnyTagClassName
 {
   color: #46863F;
 }
</style>

background-color css

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

 a { background-color: rgb(70,134,63); }

 div.DivClassName
 {
   background-color: #46863F;
 }
 .BgClassName
 {
   background-color: #46863F;
 }
</style>

border-color css

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

 span { border-color: rgb(70,134,63); }

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