Html Css Color HEX #48733F Fern Green

📋 copy color: '#48733F'

red 72 ◦ green 115 ◦ blue 63

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

Shades of Fern Green #48733F

Tints of Fern Green #48733F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 46%

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

R = 28.8%
G = 46%
B = 25.2%

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

#48733F (or 0x48733F) is known color: Fern Green. HEX triplet: 48, 73 and 3F. RGB value is (72,115,63). Sum of RGB (Red+Green+Blue) = 72+115+63=250 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.8% from 250); Green value is 115 (45.31% from 255 or 46% from 250); Blue value is 63 (25% from 255 or 25.2% from 250); Max value from RGB is 115 - color contains mainly: green. Hex color #48733F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48733F is #B78CC0. Grayscale: #606060. Windows color (decimal): -12029121 or 4158280. OLE color: 4158280.

HSL color Cylindrical-coordinate representation of color #48733F: hue angle of 109.62º 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 #48733F is Cyan = 0.37, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.55.

Color convert

RGB 72 115 63 -
CMYK 0.37 0 0.45 0.55
HSL 109.62º 0.29% 0.35% -
HSV(B) 109.62º 0.45% 0.45% -
XYZ 9.7 14 6.89 -
YUV 96.22 109.25 110.73 -
System Red Green Blue C M Y K H S L
Decimal 72 115 63 0.37 0 0.45 0.55 109.62 0.29 0.35
Hex 48 73 3F 25 0 2D 37 6E 1D 23
Octal 110 163 77 45 0 55 67 156 35 43
Binary 1001000 1110011 111111 100101 0 101101 110111 1101110 11101 100011

Color Harmonies of #48733F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48733F

Black with #48733F

Text Example


Text Example

White with #48733F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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