Html Css Color HEX #488240 Fern Green

📋 copy color: '#488240'

red 72 ◦ green 130 ◦ blue 64

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

Shades of Fern Green #488240

Tints of Fern Green #488240

RGB

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

 GREEN value IS 130 (51.17% from 255) = 48.87%

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

R = 27.07%
G = 48.87%
B = 24.06%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#488240 (or 0x488240) is known color: Fern Green. HEX triplet: 48, 82 and 40. RGB value is (72,130,64). Sum of RGB (Red+Green+Blue) = 72+130+64=266 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.07% from 266); Green value is 130 (51.17% from 255 or 48.87% from 266); Blue value is 64 (25.39% from 255 or 24.06% from 266); Max value from RGB is 130 - color contains mainly: green. Hex color #488240 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488240 is #B77DBF. Grayscale: #696969. Windows color (decimal): -12025280 or 4227656. OLE color: 4227656.

HSL color Cylindrical-coordinate representation of color #488240: hue angle of 112.73º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #488240 is Cyan = 0.45, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB 72 130 64 -
CMYK 0.45 0 0.51 0.49
HSL 112.73º 0.34% 0.38% -
HSV(B) 112.73º 0.51% 0.51% -
XYZ 11.58 17.71 7.66 -
YUV 105.13 104.78 104.37 -
System Red Green Blue C M Y K H S L
Decimal 72 130 64 0.45 0 0.51 0.49 112.73 0.34 0.38
Hex 48 82 40 2D 0 33 31 71 22 26
Octal 110 202 100 55 0 63 61 161 42 46
Binary 1001000 10000010 1000000 101101 0 110011 110001 1110001 100010 100110

Color Harmonies of #488240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488240

Black with #488240

Text Example


Text Example

White with #488240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488240; }

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

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

background-color css

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

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

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

border-color css

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

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

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