Html Css Color HEX #488B42 Fern Green

📋 copy color: '#488B42'

red 72 ◦ green 139 ◦ blue 66

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

Shades of Fern Green #488B42

Tints of Fern Green #488B42

RGB

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

 GREEN value IS 139 (54.69% from 255) = 50.18%

 BLUE value IS 66 (26.17% from 255) = 23.83%

R = 25.99%
G = 50.18%
B = 23.83%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.53

 K value IS 0.45

RGB Variations

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

Color information

#488B42 (or 0x488B42) is known color: Fern Green. HEX triplet: 48, 8B and 42. RGB value is (72,139,66). Sum of RGB (Red+Green+Blue) = 72+139+66=277 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.99% from 277); Green value is 139 (54.69% from 255 or 50.18% from 277); Blue value is 66 (26.17% from 255 or 23.83% from 277); Max value from RGB is 139 - color contains mainly: green. Hex color #488B42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488B42 is #B774BD. Grayscale: #6E6E6E. Windows color (decimal): -12022974 or 4361032. OLE color: 4361032.

HSL color Cylindrical-coordinate representation of color #488B42: hue angle of 115.07º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #488B42 is Cyan = 0.48, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.45.

Color convert

RGB 72 139 66 -
CMYK 0.48 0 0.53 0.45
HSL 115.07º 0.36% 0.4% -
HSV(B) 115.07º 0.53% 0.55% -
XYZ 12.89 20.24 8.38 -
YUV 110.65 102.8 100.44 -
System Red Green Blue C M Y K H S L
Decimal 72 139 66 0.48 0 0.53 0.45 115.07 0.36 0.4
Hex 48 8B 42 30 0 35 2D 73 24 28
Octal 110 213 102 60 0 65 55 163 44 50
Binary 1001000 10001011 1000010 110000 0 110101 101101 1110011 100100 101000

Color Harmonies of #488B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488B42

Black with #488B42

Text Example


Text Example

White with #488B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488B42; }

 p { color: rgb(72,139,66); }

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

background-color css

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

 a { background-color: rgb(72,139,66); }

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

border-color css

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

 span { border-color: rgb(72,139,66); }

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