Html Css Color HEX #48873F Fern Green

📋 copy color: '#48873F'

red 72 ◦ green 135 ◦ blue 63

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

Shades of Fern Green #48873F

Tints of Fern Green #48873F

RGB

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

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

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

R = 26.67%
G = 50%
B = 23.33%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#48873F (or 0x48873F) is known color: Fern Green. HEX triplet: 48, 87 and 3F. RGB value is (72,135,63). Sum of RGB (Red+Green+Blue) = 72+135+63=270 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.67% from 270); Green value is 135 (53.12% from 255 or 50% from 270); Blue value is 63 (25% from 255 or 23.33% from 270); Max value from RGB is 135 - color contains mainly: green. Hex color #48873F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48873F is #B778C0. Grayscale: #6C6C6C. Windows color (decimal): -12024001 or 4163400. OLE color: 4163400.

HSL color Cylindrical-coordinate representation of color #48873F: hue angle of 112.5º 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 #48873F is Cyan = 0.47, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB 72 135 63 -
CMYK 0.47 0 0.53 0.47
HSL 112.5º 0.36% 0.39% -
HSV(B) 112.5º 0.53% 0.53% -
XYZ 12.23 19.06 7.74 -
YUV 107.96 102.63 102.35 -
System Red Green Blue C M Y K H S L
Decimal 72 135 63 0.47 0 0.53 0.47 112.5 0.36 0.39
Hex 48 87 3F 2F 0 35 2F 70 24 27
Octal 110 207 77 57 0 65 57 160 44 47
Binary 1001000 10000111 111111 101111 0 110101 101111 1110000 100100 100111

Color Harmonies of #48873F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48873F

Black with #48873F

Text Example


Text Example

White with #48873F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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