Html Css Color HEX #518A3A Fern Green

📋 copy color: '#518A3A'

red 81 ◦ green 138 ◦ blue 58

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

Shades of Fern Green #518A3A

Tints of Fern Green #518A3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.94%

R = 29.24%
G = 49.82%
B = 20.94%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.58

 K value IS 0.46

RGB Variations

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

Color information

#518A3A (or 0x518A3A) is known color: Fern Green. HEX triplet: 51, 8A and 3A. RGB value is (81,138,58). Sum of RGB (Red+Green+Blue) = 81+138+58=277 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.24% from 277); Green value is 138 (54.30% from 255 or 49.82% from 277); Blue value is 58 (23.05% from 255 or 20.94% from 277); Max value from RGB is 138 - color contains mainly: green. Hex color #518A3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #518A3A is #AE75C5. Grayscale: #707070. Windows color (decimal): -11433414 or 3836497. OLE color: 3836497.

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

Color convert

RGB 81 138 58 -
CMYK 0.41 0 0.58 0.46
HSL 102.75º 0.41% 0.38% -
HSV(B) 102.75º 0.58% 0.54% -
XYZ 13.25 20.23 7.21 -
YUV 111.84 97.62 106 -
System Red Green Blue C M Y K H S L
Decimal 81 138 58 0.41 0 0.58 0.46 102.75 0.41 0.38
Hex 51 8A 3A 29 0 3A 2E 67 29 26
Octal 121 212 72 51 0 72 56 147 51 46
Binary 1010001 10001010 111010 101001 0 111010 101110 1100111 101001 100110

Color Harmonies of #518A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518A3A

Black with #518A3A

Text Example


Text Example

White with #518A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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