Html Css Color HEX #488740 Fern Green

📋 copy color: '#488740'

red 72 ◦ green 135 ◦ blue 64

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

Shades of Fern Green #488740

Tints of Fern Green #488740

RGB

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

 GREEN value IS 135 (53.13% from 255) = 49.82%

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

R = 26.57%
G = 49.82%
B = 23.62%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#488740 (or 0x488740) is known color: Fern Green. HEX triplet: 48, 87 and 40. RGB value is (72,135,64). Sum of RGB (Red+Green+Blue) = 72+135+64=271 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.57% from 271); Green value is 135 (53.12% from 255 or 49.82% from 271); Blue value is 64 (25.39% from 255 or 23.62% from 271); Max value from RGB is 135 - color contains mainly: green. Hex color #488740 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488740 is #B778BF. Grayscale: #6C6C6C. Windows color (decimal): -12024000 or 4228936. OLE color: 4228936.

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

Color convert

RGB 72 135 64 -
CMYK 0.47 0 0.53 0.47
HSL 113.24º 0.36% 0.39% -
HSV(B) 113.24º 0.53% 0.53% -
XYZ 12.26 19.08 7.89 -
YUV 108.07 103.13 102.27 -
System Red Green Blue C M Y K H S L
Decimal 72 135 64 0.47 0 0.53 0.47 113.24 0.36 0.39
Hex 48 87 40 2F 0 35 2F 71 24 27
Octal 110 207 100 57 0 65 57 161 44 47
Binary 1001000 10000111 1000000 101111 0 110101 101111 1110001 100100 100111

Color Harmonies of #488740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488740

Black with #488740

Text Example


Text Example

White with #488740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488740; }

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

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

background-color css

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

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

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

border-color css

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

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

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