Html Css Color HEX #488344 Fern Green

📋 copy color: '#488344'

red 72 ◦ green 131 ◦ blue 68

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

Shades of Fern Green #488344

Tints of Fern Green #488344

RGB

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

 GREEN value IS 131 (51.56% from 255) = 48.34%

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

R = 26.57%
G = 48.34%
B = 25.09%

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

#488344 (or 0x488344) is known color: Fern Green. HEX triplet: 48, 83 and 44. RGB value is (72,131,68). Sum of RGB (Red+Green+Blue) = 72+131+68=271 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.57% from 271); Green value is 131 (51.56% from 255 or 48.34% from 271); Blue value is 68 (26.95% from 255 or 25.09% from 271); Max value from RGB is 131 - color contains mainly: green. Hex color #488344 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488344 is #B77CBB. Grayscale: #6A6A6A. Windows color (decimal): -12025020 or 4490056. OLE color: 4490056.

HSL color Cylindrical-coordinate representation of color #488344: hue angle of 116.19º degrees, saturation: 0.32, 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 #488344 is Cyan = 0.45, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.49.

Color convert

RGB 72 131 68 -
CMYK 0.45 0 0.48 0.49
HSL 116.19º 0.32% 0.39% -
HSV(B) 116.19º 0.48% 0.51% -
XYZ 11.83 18.03 8.32 -
YUV 106.18 106.45 103.62 -
System Red Green Blue C M Y K H S L
Decimal 72 131 68 0.45 0 0.48 0.49 116.19 0.32 0.39
Hex 48 83 44 2D 0 30 31 74 20 27
Octal 110 203 104 55 0 60 61 164 40 47
Binary 1001000 10000011 1000100 101101 0 110000 110001 1110100 100000 100111

Color Harmonies of #488344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488344

Black with #488344

Text Example


Text Example

White with #488344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488344; }

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

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

background-color css

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

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

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

border-color css

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

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

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