Html Css Color HEX #48853C Fern Green

📋 copy color: '#48853C'

red 72 ◦ green 133 ◦ blue 60

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

Shades of Fern Green #48853C

Tints of Fern Green #48853C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 50.19%

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

R = 27.17%
G = 50.19%
B = 22.64%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#48853C (or 0x48853C) is known color: Fern Green. HEX triplet: 48, 85 and 3C. RGB value is (72,133,60). Sum of RGB (Red+Green+Blue) = 72+133+60=265 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.17% from 265); Green value is 133 (52.34% from 255 or 50.19% from 265); Blue value is 60 (23.83% from 255 or 22.64% from 265); Max value from RGB is 133 - color contains mainly: green. Hex color #48853C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48853C is #B77AC3. Grayscale: #6A6A6A. Windows color (decimal): -12024516 or 3966280. OLE color: 3966280.

HSL color Cylindrical-coordinate representation of color #48853C: hue angle of 110.14º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #48853C is Cyan = 0.46, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB 72 133 60 -
CMYK 0.46 0 0.55 0.48
HSL 110.14º 0.38% 0.38% -
HSV(B) 110.14º 0.55% 0.52% -
XYZ 11.88 18.48 7.22 -
YUV 106.44 101.79 103.44 -
System Red Green Blue C M Y K H S L
Decimal 72 133 60 0.46 0 0.55 0.48 110.14 0.38 0.38
Hex 48 85 3C 2E 0 37 30 6E 26 26
Octal 110 205 74 56 0 67 60 156 46 46
Binary 1001000 10000101 111100 101110 0 110111 110000 1101110 100110 100110

Color Harmonies of #48853C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48853C

Black with #48853C

Text Example


Text Example

White with #48853C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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