Html Css Color HEX #488A44 Fern Green

📋 copy color: '#488A44'

red 72 ◦ green 138 ◦ blue 68

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

Shades of Fern Green #488A44

Tints of Fern Green #488A44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 24.46%

R = 25.9%
G = 49.64%
B = 24.46%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.51

 K value IS 0.46

RGB Variations

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

Color information

#488A44 (or 0x488A44) is known color: Fern Green. HEX triplet: 48, 8A and 44. RGB value is (72,138,68). Sum of RGB (Red+Green+Blue) = 72+138+68=278 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.90% from 278); Green value is 138 (54.30% from 255 or 49.64% from 278); Blue value is 68 (26.95% from 255 or 24.46% from 278); Max value from RGB is 138 - color contains mainly: green. Hex color #488A44 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488A44 is #B775BB. Grayscale: #6E6E6E. Windows color (decimal): -12023228 or 4491848. OLE color: 4491848.

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

Color convert

RGB 72 138 68 -
CMYK 0.48 0 0.51 0.46
HSL 116.57º 0.34% 0.4% -
HSV(B) 116.57º 0.51% 0.54% -
XYZ 12.8 19.97 8.65 -
YUV 110.29 104.13 100.69 -
System Red Green Blue C M Y K H S L
Decimal 72 138 68 0.48 0 0.51 0.46 116.57 0.34 0.4
Hex 48 8A 44 30 0 33 2E 75 22 28
Octal 110 212 104 60 0 63 56 165 42 50
Binary 1001000 10001010 1000100 110000 0 110011 101110 1110101 100010 101000

Color Harmonies of #488A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488A44

Black with #488A44

Text Example


Text Example

White with #488A44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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