Html Css Color HEX #48723F Fern Green

📋 copy color: '#48723F'

red 72 ◦ green 114 ◦ blue 63

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

Shades of Fern Green #48723F

Tints of Fern Green #48723F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 45.78%

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

R = 28.92%
G = 45.78%
B = 25.3%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#48723F (or 0x48723F) is known color: Fern Green. HEX triplet: 48, 72 and 3F. RGB value is (72,114,63). Sum of RGB (Red+Green+Blue) = 72+114+63=249 (32% of max value = 765). Red value is 72 (28.52% from 255 or 28.92% from 249); Green value is 114 (44.92% from 255 or 45.78% from 249); Blue value is 63 (25% from 255 or 25.30% from 249); Max value from RGB is 114 - color contains mainly: green. Hex color #48723F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48723F is #B78DC0. Grayscale: #5F5F5F. Windows color (decimal): -12029377 or 4158024. OLE color: 4158024.

HSL color Cylindrical-coordinate representation of color #48723F: hue angle of 109.41º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #48723F is Cyan = 0.37, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.55.

Color convert

RGB 72 114 63 -
CMYK 0.37 0 0.45 0.55
HSL 109.41º 0.29% 0.35% -
HSV(B) 109.41º 0.45% 0.45% -
XYZ 9.59 13.77 6.86 -
YUV 95.63 109.59 111.15 -
System Red Green Blue C M Y K H S L
Decimal 72 114 63 0.37 0 0.45 0.55 109.41 0.29 0.35
Hex 48 72 3F 25 0 2D 37 6D 1D 23
Octal 110 162 77 45 0 55 67 155 35 43
Binary 1001000 1110010 111111 100101 0 101101 110111 1101101 11101 100011

Color Harmonies of #48723F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48723F

Black with #48723F

Text Example


Text Example

White with #48723F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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