Html Css Color HEX #48873C Fern Green

📋 copy color: '#48873C'

red 72 ◦ green 135 ◦ blue 60

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

Shades of Fern Green #48873C

Tints of Fern Green #48873C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 22.47%

R = 26.97%
G = 50.56%
B = 22.47%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#48873C (or 0x48873C) is known color: Fern Green. HEX triplet: 48, 87 and 3C. RGB value is (72,135,60). Sum of RGB (Red+Green+Blue) = 72+135+60=267 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.97% from 267); Green value is 135 (53.12% from 255 or 50.56% from 267); Blue value is 60 (23.83% from 255 or 22.47% from 267); Max value from RGB is 135 - color contains mainly: green. Hex color #48873C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48873C is #B778C3. Grayscale: #6B6B6B. Windows color (decimal): -12024004 or 3966792. OLE color: 3966792.

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

Color convert

RGB 72 135 60 -
CMYK 0.47 0 0.56 0.47
HSL 110.4º 0.38% 0.38% -
HSV(B) 110.4º 0.56% 0.53% -
XYZ 12.15 19.03 7.31 -
YUV 107.61 101.13 102.6 -
System Red Green Blue C M Y K H S L
Decimal 72 135 60 0.47 0 0.56 0.47 110.4 0.38 0.38
Hex 48 87 3C 2F 0 38 2F 6E 26 26
Octal 110 207 74 57 0 70 57 156 46 46
Binary 1001000 10000111 111100 101111 0 111000 101111 1101110 100110 100110

Color Harmonies of #48873C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48873C

Black with #48873C

Text Example


Text Example

White with #48873C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48873C; }

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

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

background-color css

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

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

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

border-color css

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

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

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