Html Css Color HEX #488D41 Fern Green

📋 copy color: '#488D41'

red 72 ◦ green 141 ◦ blue 65

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

Shades of Fern Green #488D41

Tints of Fern Green #488D41

RGB

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

 GREEN value IS 141 (55.47% from 255) = 50.72%

 BLUE value IS 65 (25.78% from 255) = 23.38%

R = 25.9%
G = 50.72%
B = 23.38%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.54

 K value IS 0.45

RGB Variations

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

Color information

#488D41 (or 0x488D41) is known color: Fern Green. HEX triplet: 48, 8D and 41. RGB value is (72,141,65). Sum of RGB (Red+Green+Blue) = 72+141+65=278 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.90% from 278); Green value is 141 (55.47% from 255 or 50.72% from 278); Blue value is 65 (25.78% from 255 or 23.38% from 278); Max value from RGB is 141 - color contains mainly: green. Hex color #488D41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488D41 is #B772BE. Grayscale: #6F6F6F. Windows color (decimal): -12022463 or 4296008. OLE color: 4296008.

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

Color convert

RGB 72 141 65 -
CMYK 0.49 0 0.54 0.45
HSL 114.47º 0.37% 0.4% -
HSV(B) 114.47º 0.54% 0.55% -
XYZ 13.15 20.81 8.32 -
YUV 111.71 101.64 99.68 -
System Red Green Blue C M Y K H S L
Decimal 72 141 65 0.49 0 0.54 0.45 114.47 0.37 0.4
Hex 48 8D 41 31 0 36 2D 72 25 28
Octal 110 215 101 61 0 66 55 162 45 50
Binary 1001000 10001101 1000001 110001 0 110110 101101 1110010 100101 101000

Color Harmonies of #488D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488D41

Black with #488D41

Text Example


Text Example

White with #488D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,141,65); }

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

background-color css

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

 a { background-color: rgb(72,141,65); }

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

border-color css

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

 span { border-color: rgb(72,141,65); }

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