Html Css Color HEX #508A38 Fern Green

📋 copy color: '#508A38'

red 80 ◦ green 138 ◦ blue 56

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

Shades of Fern Green #508A38

Tints of Fern Green #508A38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 20.44%

R = 29.2%
G = 50.36%
B = 20.44%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.59

 K value IS 0.46

RGB Variations

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

Color information

#508A38 (or 0x508A38) is known color: Fern Green. HEX triplet: 50, 8A and 38. RGB value is (80,138,56). Sum of RGB (Red+Green+Blue) = 80+138+56=274 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.20% from 274); Green value is 138 (54.30% from 255 or 50.36% from 274); Blue value is 56 (22.27% from 255 or 20.44% from 274); Max value from RGB is 138 - color contains mainly: green. Hex color #508A38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508A38 is #AF75C7. Grayscale: #6F6F6F. Windows color (decimal): -11498952 or 3705424. OLE color: 3705424.

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

Color convert

RGB 80 138 56 -
CMYK 0.42 0 0.59 0.46
HSL 102.44º 0.42% 0.38% -
HSV(B) 102.44º 0.59% 0.54% -
XYZ 13.11 20.17 6.94 -
YUV 111.31 96.78 105.67 -
System Red Green Blue C M Y K H S L
Decimal 80 138 56 0.42 0 0.59 0.46 102.44 0.42 0.38
Hex 50 8A 38 2A 0 3B 2E 66 2A 26
Octal 120 212 70 52 0 73 56 146 52 46
Binary 1010000 10001010 111000 101010 0 111011 101110 1100110 101010 100110

Color Harmonies of #508A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508A38

Black with #508A38

Text Example


Text Example

White with #508A38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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