Html Css Color HEX #488140 Fern Green

📋 copy color: '#488140'

red 72 ◦ green 129 ◦ blue 64

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

Shades of Fern Green #488140

Tints of Fern Green #488140

RGB

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

 GREEN value IS 129 (50.78% from 255) = 48.68%

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

R = 27.17%
G = 48.68%
B = 24.15%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#488140 (or 0x488140) is known color: Fern Green. HEX triplet: 48, 81 and 40. RGB value is (72,129,64). Sum of RGB (Red+Green+Blue) = 72+129+64=265 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.17% from 265); Green value is 129 (50.78% from 255 or 48.68% from 265); Blue value is 64 (25.39% from 255 or 24.15% from 265); Max value from RGB is 129 - color contains mainly: green. Hex color #488140 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488140 is #B77EBF. Grayscale: #686868. Windows color (decimal): -12025536 or 4227400. OLE color: 4227400.

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

Color convert

RGB 72 129 64 -
CMYK 0.44 0 0.50 0.49
HSL 112.62º 0.34% 0.38% -
HSV(B) 112.62º 0.5% 0.51% -
XYZ 11.45 17.45 7.61 -
YUV 104.55 105.12 104.79 -
System Red Green Blue C M Y K H S L
Decimal 72 129 64 0.44 0 0.50 0.49 112.62 0.34 0.38
Hex 48 81 40 2C 0 32 31 71 22 26
Octal 110 201 100 54 0 62 61 161 42 46
Binary 1001000 10000001 1000000 101100 0 110010 110001 1110001 100010 100110

Color Harmonies of #488140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488140

Black with #488140

Text Example


Text Example

White with #488140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488140; }

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

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

background-color css

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

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

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

border-color css

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

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

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