Html Css Color HEX #488540 Fern Green

📋 copy color: '#488540'

red 72 ◦ green 133 ◦ blue 64

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

Shades of Fern Green #488540

Tints of Fern Green #488540

RGB

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

 GREEN value IS 133 (52.34% from 255) = 49.44%

 BLUE value IS 64 (25.39% from 255) = 23.79%

R = 26.77%
G = 49.44%
B = 23.79%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#488540 (or 0x488540) is known color: Fern Green. HEX triplet: 48, 85 and 40. RGB value is (72,133,64). Sum of RGB (Red+Green+Blue) = 72+133+64=269 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.77% from 269); Green value is 133 (52.34% from 255 or 49.44% from 269); Blue value is 64 (25.39% from 255 or 23.79% from 269); Max value from RGB is 133 - color contains mainly: green. Hex color #488540 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488540 is #B77ABF. Grayscale: #6B6B6B. Windows color (decimal): -12024512 or 4228424. OLE color: 4228424.

HSL color Cylindrical-coordinate representation of color #488540: hue angle of 113.04º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #488540 is Cyan = 0.46, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB 72 133 64 -
CMYK 0.46 0 0.52 0.48
HSL 113.04º 0.35% 0.39% -
HSV(B) 113.04º 0.52% 0.52% -
XYZ 11.99 18.52 7.79 -
YUV 106.9 103.79 103.11 -
System Red Green Blue C M Y K H S L
Decimal 72 133 64 0.46 0 0.52 0.48 113.04 0.35 0.39
Hex 48 85 40 2E 0 34 30 71 23 27
Octal 110 205 100 56 0 64 60 161 43 47
Binary 1001000 10000101 1000000 101110 0 110100 110000 1110001 100011 100111

Color Harmonies of #488540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488540

Black with #488540

Text Example


Text Example

White with #488540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488540; }

 p { color: rgb(72,133,64); }

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

background-color css

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

 a { background-color: rgb(72,133,64); }

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

border-color css

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

 span { border-color: rgb(72,133,64); }

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