Html Css Color HEX #46823D Fern Green

📋 copy color: '#46823D'

red 70 ◦ green 130 ◦ blue 61

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

Shades of Fern Green #46823D

Tints of Fern Green #46823D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 49.81%

 BLUE value IS 61 (24.22% from 255) = 23.37%

R = 26.82%
G = 49.81%
B = 23.37%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#46823D (or 0x46823D) is known color: Fern Green. HEX triplet: 46, 82 and 3D. RGB value is (70,130,61). Sum of RGB (Red+Green+Blue) = 70+130+61=261 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.82% from 261); Green value is 130 (51.17% from 255 or 49.81% from 261); Blue value is 61 (24.22% from 255 or 23.37% from 261); Max value from RGB is 130 - color contains mainly: green. Hex color #46823D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46823D is #B97DC2. Grayscale: #686868. Windows color (decimal): -12156355 or 4031046. OLE color: 4031046.

HSL color Cylindrical-coordinate representation of color #46823D: hue angle of 112.17º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #46823D is Cyan = 0.46, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB 70 130 61 -
CMYK 0.46 0 0.53 0.49
HSL 112.17º 0.36% 0.37% -
HSV(B) 112.17º 0.53% 0.51% -
XYZ 11.35 17.6 7.21 -
YUV 104.19 103.62 103.61 -
System Red Green Blue C M Y K H S L
Decimal 70 130 61 0.46 0 0.53 0.49 112.17 0.36 0.37
Hex 46 82 3D 2E 0 35 31 70 24 25
Octal 106 202 75 56 0 65 61 160 44 45
Binary 1000110 10000010 111101 101110 0 110101 110001 1110000 100100 100101

Color Harmonies of #46823D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46823D

Black with #46823D

Text Example


Text Example

White with #46823D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46823D; }

 p { color: rgb(70,130,61); }

 H1.HeaderClassName
 {
   color: #46823D;
 }
 .AnyTagClassName
 {
   color: #46823D;
 }
</style>

background-color css

<style>
 a { background-color: #46823D; }

 a { background-color: rgb(70,130,61); }

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

border-color css

<style>
 span { border-color: #46823D; }

 span { border-color: rgb(70,130,61); }

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