Html Css Color HEX #50823D Fern Green

📋 copy color: '#50823D'

red 80 ◦ green 130 ◦ blue 61

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

Shades of Fern Green #50823D

Tints of Fern Green #50823D

RGB

 RED value IS 80 (31.64% from 255) = 29.52%

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

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

R = 29.52%
G = 47.97%
B = 22.51%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#50823D (or 0x50823D) is known color: Fern Green. HEX triplet: 50, 82 and 3D. RGB value is (80,130,61). Sum of RGB (Red+Green+Blue) = 80+130+61=271 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.52% from 271); Green value is 130 (51.17% from 255 or 47.97% from 271); Blue value is 61 (24.22% from 255 or 22.51% from 271); Max value from RGB is 130 - color contains mainly: green. Hex color #50823D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50823D is #AF7DC2. Grayscale: #6B6B6B. Windows color (decimal): -11500995 or 4031056. OLE color: 4031056.

HSL color Cylindrical-coordinate representation of color #50823D: hue angle of 103.48º 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 #50823D is Cyan = 0.38, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB 80 130 61 -
CMYK 0.38 0 0.53 0.49
HSL 103.48º 0.36% 0.37% -
HSV(B) 103.48º 0.53% 0.51% -
XYZ 12.13 18.01 7.25 -
YUV 107.18 101.94 108.61 -
System Red Green Blue C M Y K H S L
Decimal 80 130 61 0.38 0 0.53 0.49 103.48 0.36 0.37
Hex 50 82 3D 26 0 35 31 67 24 25
Octal 120 202 75 46 0 65 61 147 44 45
Binary 1010000 10000010 111101 100110 0 110101 110001 1100111 100100 100101

Color Harmonies of #50823D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50823D

Black with #50823D

Text Example


Text Example

White with #50823D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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