Html Css Color HEX #486F3A Fern Green

📋 copy color: '#486F3A'

red 72 ◦ green 111 ◦ blue 58

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

Shades of Fern Green #486F3A

Tints of Fern Green #486F3A

RGB

 RED value IS 72 (28.52% from 255) = 29.88%

 GREEN value IS 111 (43.75% from 255) = 46.06%

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

R = 29.88%
G = 46.06%
B = 24.07%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#486F3A (or 0x486F3A) is known color: Fern Green. HEX triplet: 48, 6F and 3A. RGB value is (72,111,58). Sum of RGB (Red+Green+Blue) = 72+111+58=241 (31% of max value = 765). Red value is 72 (28.52% from 255 or 29.88% from 241); Green value is 111 (43.75% from 255 or 46.06% from 241); Blue value is 58 (23.05% from 255 or 24.07% from 241); Max value from RGB is 111 - color contains mainly: green. Hex color #486F3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486F3A is #B790C5. Grayscale: #5D5D5D. Windows color (decimal): -12030150 or 3829576. OLE color: 3829576.

HSL color Cylindrical-coordinate representation of color #486F3A: hue angle of 104.15º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #486F3A is Cyan = 0.35, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB 72 111 58 -
CMYK 0.35 0 0.48 0.56
HSL 104.15º 0.31% 0.33% -
HSV(B) 104.15º 0.48% 0.44% -
XYZ 9.12 13.05 6.04 -
YUV 93.3 108.08 112.81 -
System Red Green Blue C M Y K H S L
Decimal 72 111 58 0.35 0 0.48 0.56 104.15 0.31 0.33
Hex 48 6F 3A 23 0 30 38 68 1F 21
Octal 110 157 72 43 0 60 70 150 37 41
Binary 1001000 1101111 111010 100011 0 110000 111000 1101000 11111 100001

Color Harmonies of #486F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486F3A

Black with #486F3A

Text Example


Text Example

White with #486F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486F3A; }

 p { color: rgb(72,111,58); }

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

background-color css

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

 a { background-color: rgb(72,111,58); }

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

border-color css

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

 span { border-color: rgb(72,111,58); }

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