Html Css Color HEX #48753A Fern Green

📋 copy color: '#48753A'

red 72 ◦ green 117 ◦ blue 58

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

Shades of Fern Green #48753A

Tints of Fern Green #48753A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 47.37%

 BLUE value IS 58 (23.05% from 255) = 23.48%

R = 29.15%
G = 47.37%
B = 23.48%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.50

 K value IS 0.54

RGB Variations

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

Color information

#48753A (or 0x48753A) is known color: Fern Green. HEX triplet: 48, 75 and 3A. RGB value is (72,117,58). Sum of RGB (Red+Green+Blue) = 72+117+58=247 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.15% from 247); Green value is 117 (46.09% from 255 or 47.37% from 247); Blue value is 58 (23.05% from 255 or 23.48% from 247); Max value from RGB is 117 - color contains mainly: green. Hex color #48753A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48753A is #B78AC5. Grayscale: #616161. Windows color (decimal): -12028614 or 3831112. OLE color: 3831112.

HSL color Cylindrical-coordinate representation of color #48753A: hue angle of 105.76º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #48753A is Cyan = 0.38, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB 72 117 58 -
CMYK 0.38 0 0.50 0.54
HSL 105.76º 0.34% 0.34% -
HSV(B) 105.76º 0.5% 0.46% -
XYZ 9.8 14.41 6.27 -
YUV 96.82 106.09 110.3 -
System Red Green Blue C M Y K H S L
Decimal 72 117 58 0.38 0 0.50 0.54 105.76 0.34 0.34
Hex 48 75 3A 26 0 32 36 6A 22 22
Octal 110 165 72 46 0 62 66 152 42 42
Binary 1001000 1110101 111010 100110 0 110010 110110 1101010 100010 100010

Color Harmonies of #48753A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48753A

Black with #48753A

Text Example


Text Example

White with #48753A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48753A; }

 p { color: rgb(72,117,58); }

 H1.HeaderClassName
 {
   color: #48753A;
 }
 .AnyTagClassName
 {
   color: #48753A;
 }
</style>

background-color css

<style>
 a { background-color: #48753A; }

 a { background-color: rgb(72,117,58); }

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

border-color css

<style>
 span { border-color: #48753A; }

 span { border-color: rgb(72,117,58); }

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