Html Css Color HEX #48873E Fern Green

📋 copy color: '#48873E'

red 72 ◦ green 135 ◦ blue 62

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

Shades of Fern Green #48873E

Tints of Fern Green #48873E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 23.05%

R = 26.77%
G = 50.19%
B = 23.05%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#48873E (or 0x48873E) is known color: Fern Green. HEX triplet: 48, 87 and 3E. RGB value is (72,135,62). Sum of RGB (Red+Green+Blue) = 72+135+62=269 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.77% from 269); Green value is 135 (53.12% from 255 or 50.19% from 269); Blue value is 62 (24.61% from 255 or 23.05% from 269); Max value from RGB is 135 - color contains mainly: green. Hex color #48873E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48873E is #B778C1. Grayscale: #6C6C6C. Windows color (decimal): -12024002 or 4097864. OLE color: 4097864.

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

Color convert

RGB 72 135 62 -
CMYK 0.47 0 0.54 0.47
HSL 111.78º 0.37% 0.39% -
HSV(B) 111.78º 0.54% 0.53% -
XYZ 12.21 19.05 7.59 -
YUV 107.84 102.13 102.44 -
System Red Green Blue C M Y K H S L
Decimal 72 135 62 0.47 0 0.54 0.47 111.78 0.37 0.39
Hex 48 87 3E 2F 0 36 2F 70 25 27
Octal 110 207 76 57 0 66 57 160 45 47
Binary 1001000 10000111 111110 101111 0 110110 101111 1110000 100101 100111

Color Harmonies of #48873E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48873E

Black with #48873E

Text Example


Text Example

White with #48873E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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