Html Css Color HEX #508133 Fern Green

📋 copy color: '#508133'

red 80 ◦ green 129 ◦ blue 51

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

Shades of Fern Green #508133

Tints of Fern Green #508133

RGB

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

 GREEN value IS 129 (50.78% from 255) = 49.62%

 BLUE value IS 51 (20.31% from 255) = 19.62%

R = 30.77%
G = 49.62%
B = 19.62%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#508133 (or 0x508133) is known color: Fern Green. HEX triplet: 50, 81 and 33. RGB value is (80,129,51). Sum of RGB (Red+Green+Blue) = 80+129+51=260 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.77% from 260); Green value is 129 (50.78% from 255 or 49.62% from 260); Blue value is 51 (20.31% from 255 or 19.62% from 260); Max value from RGB is 129 - color contains mainly: green. Hex color #508133 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508133 is #AF7ECC. Grayscale: #696969. Windows color (decimal): -11501261 or 3375440. OLE color: 3375440.

HSL color Cylindrical-coordinate representation of color #508133: hue angle of 97.69º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #508133 is Cyan = 0.38, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB 80 129 51 -
CMYK 0.38 0 0.60 0.49
HSL 97.69º 0.43% 0.35% -
HSV(B) 97.69º 0.6% 0.51% -
XYZ 11.76 17.65 5.92 -
YUV 105.46 97.27 109.84 -
System Red Green Blue C M Y K H S L
Decimal 80 129 51 0.38 0 0.60 0.49 97.69 0.43 0.35
Hex 50 81 33 26 0 3C 31 62 2B 23
Octal 120 201 63 46 0 74 61 142 53 43
Binary 1010000 10000001 110011 100110 0 111100 110001 1100010 101011 100011

Color Harmonies of #508133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508133

Black with #508133

Text Example


Text Example

White with #508133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508133; }

 p { color: rgb(80,129,51); }

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

background-color css

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

 a { background-color: rgb(80,129,51); }

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

border-color css

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

 span { border-color: rgb(80,129,51); }

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