Html Css Color HEX #488946 Fern Green

📋 copy color: '#488946'

red 72 ◦ green 137 ◦ blue 70

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

Shades of Fern Green #488946

Tints of Fern Green #488946

RGB

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

 GREEN value IS 137 (53.91% from 255) = 49.1%

 BLUE value IS 70 (27.73% from 255) = 25.09%

R = 25.81%
G = 49.1%
B = 25.09%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.49

 K value IS 0.46

RGB Variations

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

Color information

#488946 (or 0x488946) is known color: Fern Green. HEX triplet: 48, 89 and 46. RGB value is (72,137,70). Sum of RGB (Red+Green+Blue) = 72+137+70=279 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.81% from 279); Green value is 137 (53.91% from 255 or 49.10% from 279); Blue value is 70 (27.73% from 255 or 25.09% from 279); Max value from RGB is 137 - color contains mainly: green. Hex color #488946 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488946 is #B776B9. Grayscale: #6E6E6E. Windows color (decimal): -12023482 or 4622664. OLE color: 4622664.

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

Color convert

RGB 72 137 70 -
CMYK 0.47 0 0.49 0.46
HSL 118.21º 0.32% 0.41% -
HSV(B) 118.21º 0.49% 0.54% -
XYZ 12.72 19.71 8.93 -
YUV 109.93 105.47 100.95 -
System Red Green Blue C M Y K H S L
Decimal 72 137 70 0.47 0 0.49 0.46 118.21 0.32 0.41
Hex 48 89 46 2F 0 31 2E 76 20 29
Octal 110 211 106 57 0 61 56 166 40 51
Binary 1001000 10001001 1000110 101111 0 110001 101110 1110110 100000 101001

Color Harmonies of #488946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488946

Black with #488946

Text Example


Text Example

White with #488946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488946; }

 p { color: rgb(72,137,70); }

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

background-color css

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

 a { background-color: rgb(72,137,70); }

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

border-color css

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

 span { border-color: rgb(72,137,70); }

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