Html Css Color HEX #50833D Fern Green

📋 copy color: '#50833D'

red 80 ◦ green 131 ◦ blue 61

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

Shades of Fern Green #50833D

Tints of Fern Green #50833D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 48.16%

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

R = 29.41%
G = 48.16%
B = 22.43%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#50833D (or 0x50833D) is known color: Fern Green. HEX triplet: 50, 83 and 3D. RGB value is (80,131,61). Sum of RGB (Red+Green+Blue) = 80+131+61=272 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.41% from 272); Green value is 131 (51.56% from 255 or 48.16% from 272); Blue value is 61 (24.22% from 255 or 22.43% from 272); Max value from RGB is 131 - color contains mainly: green. Hex color #50833D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50833D is #AF7CC2. Grayscale: #6B6B6B. Windows color (decimal): -11500739 or 4031312. OLE color: 4031312.

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

Color convert

RGB 80 131 61 -
CMYK 0.39 0 0.53 0.49
HSL 103.71º 0.36% 0.38% -
HSV(B) 103.71º 0.53% 0.51% -
XYZ 12.27 18.28 7.3 -
YUV 107.77 101.6 108.19 -
System Red Green Blue C M Y K H S L
Decimal 80 131 61 0.39 0 0.53 0.49 103.71 0.36 0.38
Hex 50 83 3D 27 0 35 31 68 24 26
Octal 120 203 75 47 0 65 61 150 44 46
Binary 1010000 10000011 111101 100111 0 110101 110001 1101000 100100 100110

Color Harmonies of #50833D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50833D

Black with #50833D

Text Example


Text Example

White with #50833D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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