Html Css Color HEX #48773A Fern Green

📋 copy color: '#48773A'

red 72 ◦ green 119 ◦ blue 58

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

Shades of Fern Green #48773A

Tints of Fern Green #48773A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 47.79%

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

R = 28.92%
G = 47.79%
B = 23.29%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.51

 K value IS 0.53

RGB Variations

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

Color information

#48773A (or 0x48773A) is known color: Fern Green. HEX triplet: 48, 77 and 3A. RGB value is (72,119,58). Sum of RGB (Red+Green+Blue) = 72+119+58=249 (32% of max value = 765). Red value is 72 (28.52% from 255 or 28.92% from 249); Green value is 119 (46.88% from 255 or 47.79% from 249); Blue value is 58 (23.05% from 255 or 23.29% from 249); Max value from RGB is 119 - color contains mainly: green. Hex color #48773A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48773A is #B788C5. Grayscale: #626262. Windows color (decimal): -12028102 or 3831624. OLE color: 3831624.

HSL color Cylindrical-coordinate representation of color #48773A: hue angle of 106.23º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #48773A is Cyan = 0.39, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.53.

Color convert

RGB 72 119 58 -
CMYK 0.39 0 0.51 0.53
HSL 106.23º 0.34% 0.35% -
HSV(B) 106.23º 0.51% 0.47% -
XYZ 10.03 14.88 6.35 -
YUV 97.99 105.43 109.46 -
System Red Green Blue C M Y K H S L
Decimal 72 119 58 0.39 0 0.51 0.53 106.23 0.34 0.35
Hex 48 77 3A 27 0 33 35 6A 22 23
Octal 110 167 72 47 0 63 65 152 42 43
Binary 1001000 1110111 111010 100111 0 110011 110101 1101010 100010 100011

Color Harmonies of #48773A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48773A

Black with #48773A

Text Example


Text Example

White with #48773A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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