Html Css Color HEX #508B3B Fern Green

📋 copy color: '#508B3B'

red 80 ◦ green 139 ◦ blue 59

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

Shades of Fern Green #508B3B

Tints of Fern Green #508B3B

RGB

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

 GREEN value IS 139 (54.69% from 255) = 50%

 BLUE value IS 59 (23.44% from 255) = 21.22%

R = 28.78%
G = 50%
B = 21.22%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.58

 K value IS 0.45

RGB Variations

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

Color information

#508B3B (or 0x508B3B) is known color: Fern Green. HEX triplet: 50, 8B and 3B. RGB value is (80,139,59). Sum of RGB (Red+Green+Blue) = 80+139+59=278 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.78% from 278); Green value is 139 (54.69% from 255 or 50% from 278); Blue value is 59 (23.44% from 255 or 21.22% from 278); Max value from RGB is 139 - color contains mainly: green. Hex color #508B3B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508B3B is #AF74C4. Grayscale: #707070. Windows color (decimal): -11498693 or 3902288. OLE color: 3902288.

HSL color Cylindrical-coordinate representation of color #508B3B: hue angle of 104.25º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #508B3B is Cyan = 0.42, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.45.

Color convert

RGB 80 139 59 -
CMYK 0.42 0 0.58 0.45
HSL 104.25º 0.4% 0.39% -
HSV(B) 104.25º 0.58% 0.55% -
XYZ 13.33 20.49 7.39 -
YUV 112.24 97.95 105 -
System Red Green Blue C M Y K H S L
Decimal 80 139 59 0.42 0 0.58 0.45 104.25 0.4 0.39
Hex 50 8B 3B 2A 0 3A 2D 68 28 27
Octal 120 213 73 52 0 72 55 150 50 47
Binary 1010000 10001011 111011 101010 0 111010 101101 1101000 101000 100111

Color Harmonies of #508B3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508B3B

Black with #508B3B

Text Example


Text Example

White with #508B3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508B3B; }

 p { color: rgb(80,139,59); }

 H1.HeaderClassName
 {
   color: #508B3B;
 }
 .AnyTagClassName
 {
   color: #508B3B;
 }
</style>

background-color css

<style>
 a { background-color: #508B3B; }

 a { background-color: rgb(80,139,59); }

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

border-color css

<style>
 span { border-color: #508B3B; }

 span { border-color: rgb(80,139,59); }

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