Html Css Color HEX #488E40 Fern Green

📋 copy color: '#488E40'

red 72 ◦ green 142 ◦ blue 64

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

Shades of Fern Green #488E40

Tints of Fern Green #488E40

RGB

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

 GREEN value IS 142 (55.86% from 255) = 51.08%

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

R = 25.9%
G = 51.08%
B = 23.02%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.55

 K value IS 0.44

RGB Variations

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

Color information

#488E40 (or 0x488E40) is known color: Fern Green. HEX triplet: 48, 8E and 40. RGB value is (72,142,64). Sum of RGB (Red+Green+Blue) = 72+142+64=278 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.90% from 278); Green value is 142 (55.86% from 255 or 51.08% from 278); Blue value is 64 (25.39% from 255 or 23.02% from 278); Max value from RGB is 142 - color contains mainly: green. Hex color #488E40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488E40 is #B771BF. Grayscale: #707070. Windows color (decimal): -12022208 or 4230728. OLE color: 4230728.

HSL color Cylindrical-coordinate representation of color #488E40: hue angle of 113.85º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #488E40 is Cyan = 0.49, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.44.

Color convert

RGB 72 142 64 -
CMYK 0.49 0 0.55 0.44
HSL 113.85º 0.38% 0.4% -
HSV(B) 113.85º 0.55% 0.56% -
XYZ 13.27 21.09 8.22 -
YUV 112.18 100.81 99.34 -
System Red Green Blue C M Y K H S L
Decimal 72 142 64 0.49 0 0.55 0.44 113.85 0.38 0.4
Hex 48 8E 40 31 0 37 2C 72 26 28
Octal 110 216 100 61 0 67 54 162 46 50
Binary 1001000 10001110 1000000 110001 0 110111 101100 1110010 100110 101000

Color Harmonies of #488E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488E40

Black with #488E40

Text Example


Text Example

White with #488E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488E40; }

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

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

background-color css

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

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

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

border-color css

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

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

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