Html Css Color HEX #48863C Fern Green

📋 copy color: '#48863C'

red 72 ◦ green 134 ◦ blue 60

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

Shades of Fern Green #48863C

Tints of Fern Green #48863C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 50.38%

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

R = 27.07%
G = 50.38%
B = 22.56%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.55

 K value IS 0.47

RGB Variations

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

Color information

#48863C (or 0x48863C) is known color: Fern Green. HEX triplet: 48, 86 and 3C. RGB value is (72,134,60). Sum of RGB (Red+Green+Blue) = 72+134+60=266 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.07% from 266); Green value is 134 (52.73% from 255 or 50.38% from 266); Blue value is 60 (23.83% from 255 or 22.56% from 266); Max value from RGB is 134 - color contains mainly: green. Hex color #48863C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48863C is #B779C3. Grayscale: #6B6B6B. Windows color (decimal): -12024260 or 3966536. OLE color: 3966536.

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

Color convert

RGB 72 134 60 -
CMYK 0.46 0 0.55 0.47
HSL 110.27º 0.38% 0.38% -
HSV(B) 110.27º 0.55% 0.53% -
XYZ 12.01 18.75 7.26 -
YUV 107.03 101.46 103.02 -
System Red Green Blue C M Y K H S L
Decimal 72 134 60 0.46 0 0.55 0.47 110.27 0.38 0.38
Hex 48 86 3C 2E 0 37 2F 6E 26 26
Octal 110 206 74 56 0 67 57 156 46 46
Binary 1001000 10000110 111100 101110 0 110111 101111 1101110 100110 100110

Color Harmonies of #48863C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48863C

Black with #48863C

Text Example


Text Example

White with #48863C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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