Html Css Color HEX #48703B Fern Green

📋 copy color: '#48703B'

red 72 ◦ green 112 ◦ blue 59

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

Shades of Fern Green #48703B

Tints of Fern Green #48703B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 24.28%

R = 29.63%
G = 46.09%
B = 24.28%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.47

 K value IS 0.56

RGB Variations

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

Color information

#48703B (or 0x48703B) is known color: Fern Green. HEX triplet: 48, 70 and 3B. RGB value is (72,112,59). Sum of RGB (Red+Green+Blue) = 72+112+59=243 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.63% from 243); Green value is 112 (44.14% from 255 or 46.09% from 243); Blue value is 59 (23.44% from 255 or 24.28% from 243); Max value from RGB is 112 - color contains mainly: green. Hex color #48703B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48703B is #B78FC4. Grayscale: #5E5E5E. Windows color (decimal): -12029893 or 3895368. OLE color: 3895368.

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

Color convert

RGB 72 112 59 -
CMYK 0.36 0 0.47 0.56
HSL 105.28º 0.31% 0.34% -
HSV(B) 105.28º 0.47% 0.44% -
XYZ 9.26 13.28 6.21 -
YUV 94 108.25 112.31 -
System Red Green Blue C M Y K H S L
Decimal 72 112 59 0.36 0 0.47 0.56 105.28 0.31 0.34
Hex 48 70 3B 24 0 2F 38 69 1F 22
Octal 110 160 73 44 0 57 70 151 37 42
Binary 1001000 1110000 111011 100100 0 101111 111000 1101001 11111 100010

Color Harmonies of #48703B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48703B

Black with #48703B

Text Example


Text Example

White with #48703B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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