Html Css Color HEX #50823A Fern Green

📋 copy color: '#50823A'

red 80 ◦ green 130 ◦ blue 58

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

Shades of Fern Green #50823A

Tints of Fern Green #50823A

RGB

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

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

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

R = 29.85%
G = 48.51%
B = 21.64%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#50823A (or 0x50823A) is known color: Fern Green. HEX triplet: 50, 82 and 3A. RGB value is (80,130,58). Sum of RGB (Red+Green+Blue) = 80+130+58=268 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.85% from 268); Green value is 130 (51.17% from 255 or 48.51% from 268); Blue value is 58 (23.05% from 255 or 21.64% from 268); Max value from RGB is 130 - color contains mainly: green. Hex color #50823A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50823A is #AF7DC5. Grayscale: #6B6B6B. Windows color (decimal): -11500998 or 3834448. OLE color: 3834448.

HSL color Cylindrical-coordinate representation of color #50823A: hue angle of 101.67º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #50823A is Cyan = 0.38, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB 80 130 58 -
CMYK 0.38 0 0.55 0.49
HSL 101.67º 0.38% 0.37% -
HSV(B) 101.67º 0.55% 0.51% -
XYZ 12.05 17.98 6.84 -
YUV 106.84 100.44 108.85 -
System Red Green Blue C M Y K H S L
Decimal 80 130 58 0.38 0 0.55 0.49 101.67 0.38 0.37
Hex 50 82 3A 26 0 37 31 66 26 25
Octal 120 202 72 46 0 67 61 146 46 45
Binary 1010000 10000010 111010 100110 0 110111 110001 1100110 100110 100101

Color Harmonies of #50823A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50823A

Black with #50823A

Text Example


Text Example

White with #50823A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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