Html Css Color HEX #48863F Fern Green

📋 copy color: '#48863F'

red 72 ◦ green 134 ◦ blue 63

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

Shades of Fern Green #48863F

Tints of Fern Green #48863F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 23.42%

R = 26.77%
G = 49.81%
B = 23.42%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#48863F (or 0x48863F) is known color: Fern Green. HEX triplet: 48, 86 and 3F. RGB value is (72,134,63). Sum of RGB (Red+Green+Blue) = 72+134+63=269 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.77% from 269); Green value is 134 (52.73% from 255 or 49.81% from 269); Blue value is 63 (25% from 255 or 23.42% from 269); Max value from RGB is 134 - color contains mainly: green. Hex color #48863F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48863F is #B779C0. Grayscale: #6B6B6B. Windows color (decimal): -12024257 or 4163144. OLE color: 4163144.

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

Color convert

RGB 72 134 63 -
CMYK 0.46 0 0.53 0.47
HSL 112.39º 0.36% 0.39% -
HSV(B) 112.39º 0.53% 0.53% -
XYZ 12.09 18.79 7.69 -
YUV 107.37 102.96 102.77 -
System Red Green Blue C M Y K H S L
Decimal 72 134 63 0.46 0 0.53 0.47 112.39 0.36 0.39
Hex 48 86 3F 2E 0 35 2F 70 24 27
Octal 110 206 77 56 0 65 57 160 44 47
Binary 1001000 10000110 111111 101110 0 110101 101111 1110000 100100 100111

Color Harmonies of #48863F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48863F

Black with #48863F

Text Example


Text Example

White with #48863F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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