Html Css Color HEX #488B45 Fern Green

📋 copy color: '#488B45'

red 72 ◦ green 139 ◦ blue 69

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

Shades of Fern Green #488B45

Tints of Fern Green #488B45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 24.64%

R = 25.71%
G = 49.64%
B = 24.64%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.50

 K value IS 0.45

RGB Variations

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

Color information

#488B45 (or 0x488B45) is known color: Fern Green. HEX triplet: 48, 8B and 45. RGB value is (72,139,69). Sum of RGB (Red+Green+Blue) = 72+139+69=280 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.71% from 280); Green value is 139 (54.69% from 255 or 49.64% from 280); Blue value is 69 (27.34% from 255 or 24.64% from 280); Max value from RGB is 139 - color contains mainly: green. Hex color #488B45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488B45 is #B774BA. Grayscale: #6F6F6F. Windows color (decimal): -12022971 or 4557640. OLE color: 4557640.

HSL color Cylindrical-coordinate representation of color #488B45: hue angle of 117.43º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #488B45 is Cyan = 0.48, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.

Color convert

RGB 72 139 69 -
CMYK 0.48 0 0.50 0.45
HSL 117.43º 0.34% 0.41% -
HSV(B) 117.43º 0.5% 0.55% -
XYZ 12.98 20.27 8.86 -
YUV 110.99 104.3 100.19 -
System Red Green Blue C M Y K H S L
Decimal 72 139 69 0.48 0 0.50 0.45 117.43 0.34 0.41
Hex 48 8B 45 30 0 32 2D 75 22 29
Octal 110 213 105 60 0 62 55 165 42 51
Binary 1001000 10001011 1000101 110000 0 110010 101101 1110101 100010 101001

Color Harmonies of #488B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488B45

Black with #488B45

Text Example


Text Example

White with #488B45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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