Html Css Color HEX #48703A Fern Green

📋 copy color: '#48703A'

red 72 ◦ green 112 ◦ blue 58

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

Shades of Fern Green #48703A

Tints of Fern Green #48703A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 46.28%

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

R = 29.75%
G = 46.28%
B = 23.97%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#48703A (or 0x48703A) is known color: Fern Green. HEX triplet: 48, 70 and 3A. RGB value is (72,112,58). Sum of RGB (Red+Green+Blue) = 72+112+58=242 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.75% from 242); Green value is 112 (44.14% from 255 or 46.28% from 242); Blue value is 58 (23.05% from 255 or 23.97% from 242); Max value from RGB is 112 - color contains mainly: green. Hex color #48703A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48703A is #B78FC5. Grayscale: #5E5E5E. Windows color (decimal): -12029894 or 3829832. OLE color: 3829832.

HSL color Cylindrical-coordinate representation of color #48703A: hue angle of 104.44º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #48703A is Cyan = 0.36, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB 72 112 58 -
CMYK 0.36 0 0.48 0.56
HSL 104.44º 0.32% 0.33% -
HSV(B) 104.44º 0.48% 0.44% -
XYZ 9.23 13.27 6.08 -
YUV 93.88 107.75 112.39 -
System Red Green Blue C M Y K H S L
Decimal 72 112 58 0.36 0 0.48 0.56 104.44 0.32 0.33
Hex 48 70 3A 24 0 30 38 68 20 21
Octal 110 160 72 44 0 60 70 150 40 41
Binary 1001000 1110000 111010 100100 0 110000 111000 1101000 100000 100001

Color Harmonies of #48703A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48703A

Black with #48703A

Text Example


Text Example

White with #48703A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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