Html Css Color HEX #46803A Fern Green

📋 copy color: '#46803A'

red 70 ◦ green 128 ◦ blue 58

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

Shades of Fern Green #46803A

Tints of Fern Green #46803A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 50%

 BLUE value IS 58 (23.05% from 255) = 22.66%

R = 27.34%
G = 50%
B = 22.66%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.55

 K value IS 0.50

RGB Variations

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

Color information

#46803A (or 0x46803A) is known color: Fern Green. HEX triplet: 46, 80 and 3A. RGB value is (70,128,58). Sum of RGB (Red+Green+Blue) = 70+128+58=256 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.34% from 256); Green value is 128 (50.39% from 255 or 50% from 256); Blue value is 58 (23.05% from 255 or 22.66% from 256); Max value from RGB is 128 - color contains mainly: green. Hex color #46803A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46803A is #B97FC5. Grayscale: #666666. Windows color (decimal): -12156870 or 3833926. OLE color: 3833926.

HSL color Cylindrical-coordinate representation of color #46803A: hue angle of 109.71º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #46803A is Cyan = 0.45, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.50.

Color convert

RGB 70 128 58 -
CMYK 0.45 0 0.55 0.50
HSL 109.71º 0.38% 0.36% -
HSV(B) 109.71º 0.55% 0.5% -
XYZ 11.01 17.05 6.71 -
YUV 102.68 102.78 104.69 -
System Red Green Blue C M Y K H S L
Decimal 70 128 58 0.45 0 0.55 0.50 109.71 0.38 0.36
Hex 46 80 3A 2D 0 37 32 6E 26 24
Octal 106 200 72 55 0 67 62 156 46 44
Binary 1000110 10000000 111010 101101 0 110111 110010 1101110 100110 100100

Color Harmonies of #46803A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46803A

Black with #46803A

Text Example


Text Example

White with #46803A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #46803A;
 }
 .AnyTagClassName
 {
   color: #46803A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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