Html Css Color HEX #518A38 Fern Green

📋 copy color: '#518A38'

red 81 ◦ green 138 ◦ blue 56

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

Shades of Fern Green #518A38

Tints of Fern Green #518A38

RGB

 RED value IS 81 (32.03% from 255) = 29.45%

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

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

R = 29.45%
G = 50.18%
B = 20.36%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.59

 K value IS 0.46

RGB Variations

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

Color information

#518A38 (or 0x518A38) is known color: Fern Green. HEX triplet: 51, 8A and 38. RGB value is (81,138,56). Sum of RGB (Red+Green+Blue) = 81+138+56=275 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.45% from 275); Green value is 138 (54.30% from 255 or 50.18% from 275); Blue value is 56 (22.27% from 255 or 20.36% from 275); Max value from RGB is 138 - color contains mainly: green. Hex color #518A38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #518A38 is #AE75C7. Grayscale: #6F6F6F. Windows color (decimal): -11433416 or 3705425. OLE color: 3705425.

HSL color Cylindrical-coordinate representation of color #518A38: hue angle of 101.71º 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 #518A38 is Cyan = 0.41, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.46.

Color convert

RGB 81 138 56 -
CMYK 0.41 0 0.59 0.46
HSL 101.71º 0.42% 0.38% -
HSV(B) 101.71º 0.59% 0.54% -
XYZ 13.2 20.21 6.95 -
YUV 111.61 96.62 106.17 -
System Red Green Blue C M Y K H S L
Decimal 81 138 56 0.41 0 0.59 0.46 101.71 0.42 0.38
Hex 51 8A 38 29 0 3B 2E 66 2A 26
Octal 121 212 70 51 0 73 56 146 52 46
Binary 1010001 10001010 111000 101001 0 111011 101110 1100110 101010 100110

Color Harmonies of #518A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518A38

Black with #518A38

Text Example


Text Example

White with #518A38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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