Html Css Color HEX #488A41 Fern Green

📋 copy color: '#488A41'

red 72 ◦ green 138 ◦ blue 65

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

Shades of Fern Green #488A41

Tints of Fern Green #488A41

RGB

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

 GREEN value IS 138 (54.3% from 255) = 50.18%

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

R = 26.18%
G = 50.18%
B = 23.64%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.53

 K value IS 0.46

RGB Variations

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

Color information

#488A41 (or 0x488A41) is known color: Fern Green. HEX triplet: 48, 8A and 41. RGB value is (72,138,65). Sum of RGB (Red+Green+Blue) = 72+138+65=275 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.18% from 275); Green value is 138 (54.30% from 255 or 50.18% from 275); Blue value is 65 (25.78% from 255 or 23.64% from 275); Max value from RGB is 138 - color contains mainly: green. Hex color #488A41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488A41 is #B775BE. Grayscale: #6E6E6E. Windows color (decimal): -12023231 or 4295240. OLE color: 4295240.

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

Color convert

RGB 72 138 65 -
CMYK 0.48 0 0.53 0.46
HSL 114.25º 0.36% 0.4% -
HSV(B) 114.25º 0.53% 0.54% -
XYZ 12.72 19.94 8.18 -
YUV 109.94 102.63 100.94 -
System Red Green Blue C M Y K H S L
Decimal 72 138 65 0.48 0 0.53 0.46 114.25 0.36 0.4
Hex 48 8A 41 30 0 35 2E 72 24 28
Octal 110 212 101 60 0 65 56 162 44 50
Binary 1001000 10001010 1000001 110000 0 110101 101110 1110010 100100 101000

Color Harmonies of #488A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488A41

Black with #488A41

Text Example


Text Example

White with #488A41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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