Html Css Color HEX #508238 Fern Green

📋 copy color: '#508238'

red 80 ◦ green 130 ◦ blue 56

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

Shades of Fern Green #508238

Tints of Fern Green #508238

RGB

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

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

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

R = 30.08%
G = 48.87%
B = 21.05%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#508238 (or 0x508238) is known color: Fern Green. HEX triplet: 50, 82 and 38. RGB value is (80,130,56). Sum of RGB (Red+Green+Blue) = 80+130+56=266 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.08% from 266); Green value is 130 (51.17% from 255 or 48.87% from 266); Blue value is 56 (22.27% from 255 or 21.05% from 266); Max value from RGB is 130 - color contains mainly: green. Hex color #508238 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508238 is #AF7DC7. Grayscale: #6A6A6A. Windows color (decimal): -11501000 or 3703376. OLE color: 3703376.

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

Color convert

RGB 80 130 56 -
CMYK 0.38 0 0.57 0.49
HSL 100.54º 0.4% 0.36% -
HSV(B) 100.54º 0.57% 0.51% -
XYZ 12 17.96 6.57 -
YUV 106.61 99.44 109.02 -
System Red Green Blue C M Y K H S L
Decimal 80 130 56 0.38 0 0.57 0.49 100.54 0.4 0.36
Hex 50 82 38 26 0 39 31 65 28 24
Octal 120 202 70 46 0 71 61 145 50 44
Binary 1010000 10000010 111000 100110 0 111001 110001 1100101 101000 100100

Color Harmonies of #508238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508238

Black with #508238

Text Example


Text Example

White with #508238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508238; }

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

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

background-color css

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

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

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

border-color css

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

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

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