Html Css Color HEX #488640 Fern Green

📋 copy color: '#488640'

red 72 ◦ green 134 ◦ blue 64

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

Shades of Fern Green #488640

Tints of Fern Green #488640

RGB

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

 GREEN value IS 134 (52.73% from 255) = 49.63%

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

R = 26.67%
G = 49.63%
B = 23.7%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#488640 (or 0x488640) is known color: Fern Green. HEX triplet: 48, 86 and 40. RGB value is (72,134,64). Sum of RGB (Red+Green+Blue) = 72+134+64=270 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.67% from 270); Green value is 134 (52.73% from 255 or 49.63% from 270); Blue value is 64 (25.39% from 255 or 23.70% from 270); Max value from RGB is 134 - color contains mainly: green. Hex color #488640 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488640 is #B779BF. Grayscale: #6B6B6B. Windows color (decimal): -12024256 or 4228680. OLE color: 4228680.

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

Color convert

RGB 72 134 64 -
CMYK 0.46 0 0.52 0.47
HSL 113.14º 0.35% 0.39% -
HSV(B) 113.14º 0.52% 0.53% -
XYZ 12.12 18.8 7.84 -
YUV 107.48 103.46 102.69 -
System Red Green Blue C M Y K H S L
Decimal 72 134 64 0.46 0 0.52 0.47 113.14 0.35 0.39
Hex 48 86 40 2E 0 34 2F 71 23 27
Octal 110 206 100 56 0 64 57 161 43 47
Binary 1001000 10000110 1000000 101110 0 110100 101111 1110001 100011 100111

Color Harmonies of #488640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488640

Black with #488640

Text Example


Text Example

White with #488640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488640; }

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

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

background-color css

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

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

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

border-color css

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

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

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