Html Css Color HEX #508A3D Fern Green

📋 copy color: '#508A3D'

red 80 ◦ green 138 ◦ blue 61

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

Shades of Fern Green #508A3D

Tints of Fern Green #508A3D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 49.46%

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

R = 28.67%
G = 49.46%
B = 21.86%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.56

 K value IS 0.46

RGB Variations

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

Color information

#508A3D (or 0x508A3D) is known color: Fern Green. HEX triplet: 50, 8A and 3D. RGB value is (80,138,61). Sum of RGB (Red+Green+Blue) = 80+138+61=279 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.67% from 279); Green value is 138 (54.30% from 255 or 49.46% from 279); Blue value is 61 (24.22% from 255 or 21.86% from 279); Max value from RGB is 138 - color contains mainly: green. Hex color #508A3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508A3D is #AF75C2. Grayscale: #707070. Windows color (decimal): -11498947 or 4033104. OLE color: 4033104.

HSL color Cylindrical-coordinate representation of color #508A3D: hue angle of 105.19º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #508A3D is Cyan = 0.42, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.46.

Color convert

RGB 80 138 61 -
CMYK 0.42 0 0.56 0.46
HSL 105.19º 0.39% 0.39% -
HSV(B) 105.19º 0.56% 0.54% -
XYZ 13.24 20.22 7.62 -
YUV 111.88 99.28 105.26 -
System Red Green Blue C M Y K H S L
Decimal 80 138 61 0.42 0 0.56 0.46 105.19 0.39 0.39
Hex 50 8A 3D 2A 0 38 2E 69 27 27
Octal 120 212 75 52 0 70 56 151 47 47
Binary 1010000 10001010 111101 101010 0 111000 101110 1101001 100111 100111

Color Harmonies of #508A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508A3D

Black with #508A3D

Text Example


Text Example

White with #508A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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