Html Css Color HEX #488940 Fern Green

📋 copy color: '#488940'

red 72 ◦ green 137 ◦ blue 64

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

Shades of Fern Green #488940

Tints of Fern Green #488940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 23.44%

R = 26.37%
G = 50.18%
B = 23.44%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.53

 K value IS 0.46

RGB Variations

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

Color information

#488940 (or 0x488940) is known color: Fern Green. HEX triplet: 48, 89 and 40. RGB value is (72,137,64). Sum of RGB (Red+Green+Blue) = 72+137+64=273 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.37% from 273); Green value is 137 (53.91% from 255 or 50.18% from 273); Blue value is 64 (25.39% from 255 or 23.44% from 273); Max value from RGB is 137 - color contains mainly: green. Hex color #488940 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488940 is #B776BF. Grayscale: #6D6D6D. Windows color (decimal): -12023488 or 4229448. OLE color: 4229448.

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

Color convert

RGB 72 137 64 -
CMYK 0.47 0 0.53 0.46
HSL 113.42º 0.36% 0.39% -
HSV(B) 113.42º 0.53% 0.54% -
XYZ 12.54 19.64 7.98 -
YUV 109.24 102.47 101.44 -
System Red Green Blue C M Y K H S L
Decimal 72 137 64 0.47 0 0.53 0.46 113.42 0.36 0.39
Hex 48 89 40 2F 0 35 2E 71 24 27
Octal 110 211 100 57 0 65 56 161 44 47
Binary 1001000 10001001 1000000 101111 0 110101 101110 1110001 100100 100111

Color Harmonies of #488940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488940

Black with #488940

Text Example


Text Example

White with #488940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488940; }

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

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

background-color css

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

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

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

border-color css

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

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

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