Html Css Color HEX #488244 Fern Green

📋 copy color: '#488244'

red 72 ◦ green 130 ◦ blue 68

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

Shades of Fern Green #488244

Tints of Fern Green #488244

RGB

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

 GREEN value IS 130 (51.17% from 255) = 48.15%

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

R = 26.67%
G = 48.15%
B = 25.19%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.48

 K value IS 0.49

RGB Variations

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

Color information

#488244 (or 0x488244) is known color: Fern Green. HEX triplet: 48, 82 and 44. RGB value is (72,130,68). Sum of RGB (Red+Green+Blue) = 72+130+68=270 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.67% from 270); Green value is 130 (51.17% from 255 or 48.15% from 270); Blue value is 68 (26.95% from 255 or 25.19% from 270); Max value from RGB is 130 - color contains mainly: green. Hex color #488244 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488244 is #B77DBB. Grayscale: #696969. Windows color (decimal): -12025276 or 4489800. OLE color: 4489800.

HSL color Cylindrical-coordinate representation of color #488244: hue angle of 116.13º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #488244 is Cyan = 0.45, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.49.

Color convert

RGB 72 130 68 -
CMYK 0.45 0 0.48 0.49
HSL 116.13º 0.31% 0.39% -
HSV(B) 116.13º 0.48% 0.51% -
XYZ 11.7 17.76 8.28 -
YUV 105.59 106.78 104.04 -
System Red Green Blue C M Y K H S L
Decimal 72 130 68 0.45 0 0.48 0.49 116.13 0.31 0.39
Hex 48 82 44 2D 0 30 31 74 1F 27
Octal 110 202 104 55 0 60 61 164 37 47
Binary 1001000 10000010 1000100 101101 0 110000 110001 1110100 11111 100111

Color Harmonies of #488244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488244

Black with #488244

Text Example


Text Example

White with #488244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488244; }

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

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

background-color css

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

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

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

border-color css

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

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

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