Html Css Color HEX #48733C Fern Green

📋 copy color: '#48733C'

red 72 ◦ green 115 ◦ blue 60

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

Shades of Fern Green #48733C

Tints of Fern Green #48733C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 24.29%

R = 29.15%
G = 46.56%
B = 24.29%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.48

 K value IS 0.55

RGB Variations

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

Color information

#48733C (or 0x48733C) is known color: Fern Green. HEX triplet: 48, 73 and 3C. RGB value is (72,115,60). Sum of RGB (Red+Green+Blue) = 72+115+60=247 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.15% from 247); Green value is 115 (45.31% from 255 or 46.56% from 247); Blue value is 60 (23.83% from 255 or 24.29% from 247); Max value from RGB is 115 - color contains mainly: green. Hex color #48733C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48733C is #B78CC3. Grayscale: #606060. Windows color (decimal): -12029124 or 3961672. OLE color: 3961672.

HSL color Cylindrical-coordinate representation of color #48733C: hue angle of 106.91º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #48733C is Cyan = 0.37, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.55.

Color convert

RGB 72 115 60 -
CMYK 0.37 0 0.48 0.55
HSL 106.91º 0.31% 0.34% -
HSV(B) 106.91º 0.48% 0.45% -
XYZ 9.62 13.97 6.46 -
YUV 95.87 107.75 110.97 -
System Red Green Blue C M Y K H S L
Decimal 72 115 60 0.37 0 0.48 0.55 106.91 0.31 0.34
Hex 48 73 3C 25 0 30 37 6B 1F 22
Octal 110 163 74 45 0 60 67 153 37 42
Binary 1001000 1110011 111100 100101 0 110000 110111 1101011 11111 100010

Color Harmonies of #48733C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48733C

Black with #48733C

Text Example


Text Example

White with #48733C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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