Html Css Color HEX #508143 Fern Green

📋 copy color: '#508143'

red 80 ◦ green 129 ◦ blue 67

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

Shades of Fern Green #508143

Tints of Fern Green #508143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 24.28%

R = 28.99%
G = 46.74%
B = 24.28%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.48

 K value IS 0.49

RGB Variations

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

Color information

#508143 (or 0x508143) is known color: Fern Green. HEX triplet: 50, 81 and 43. RGB value is (80,129,67). Sum of RGB (Red+Green+Blue) = 80+129+67=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 129 (50.78% from 255 or 46.74% from 276); Blue value is 67 (26.56% from 255 or 24.28% from 276); Max value from RGB is 129 - color contains mainly: green. Hex color #508143 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508143 is #AF7EBC. Grayscale: #6B6B6B. Windows color (decimal): -11501245 or 4424016. OLE color: 4424016.

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

Color convert

RGB 80 129 67 -
CMYK 0.38 0 0.48 0.49
HSL 107.42º 0.32% 0.38% -
HSV(B) 107.42º 0.48% 0.51% -
XYZ 12.17 17.81 8.11 -
YUV 107.28 105.27 108.54 -
System Red Green Blue C M Y K H S L
Decimal 80 129 67 0.38 0 0.48 0.49 107.42 0.32 0.38
Hex 50 81 43 26 0 30 31 6B 20 26
Octal 120 201 103 46 0 60 61 153 40 46
Binary 1010000 10000001 1000011 100110 0 110000 110001 1101011 100000 100110

Color Harmonies of #508143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508143

Black with #508143

Text Example


Text Example

White with #508143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508143; }

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

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

background-color css

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

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

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

border-color css

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

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

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