Html Css Color HEX #48763E Fern Green

📋 copy color: '#48763E'

red 72 ◦ green 118 ◦ blue 62

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

Shades of Fern Green #48763E

Tints of Fern Green #48763E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 46.83%

 BLUE value IS 62 (24.61% from 255) = 24.6%

R = 28.57%
G = 46.83%
B = 24.6%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#48763E (or 0x48763E) is known color: Fern Green. HEX triplet: 48, 76 and 3E. RGB value is (72,118,62). Sum of RGB (Red+Green+Blue) = 72+118+62=252 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.57% from 252); Green value is 118 (46.48% from 255 or 46.83% from 252); Blue value is 62 (24.61% from 255 or 24.60% from 252); Max value from RGB is 118 - color contains mainly: green. Hex color #48763E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48763E is #B789C1. Grayscale: #626262. Windows color (decimal): -12028354 or 4093512. OLE color: 4093512.

HSL color Cylindrical-coordinate representation of color #48763E: hue angle of 109.29º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #48763E is Cyan = 0.39, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB 72 118 62 -
CMYK 0.39 0 0.47 0.54
HSL 109.29º 0.31% 0.35% -
HSV(B) 109.29º 0.47% 0.46% -
XYZ 10.02 14.68 6.86 -
YUV 97.86 107.76 109.55 -
System Red Green Blue C M Y K H S L
Decimal 72 118 62 0.39 0 0.47 0.54 109.29 0.31 0.35
Hex 48 76 3E 27 0 2F 36 6D 1F 23
Octal 110 166 76 47 0 57 66 155 37 43
Binary 1001000 1110110 111110 100111 0 101111 110110 1101101 11111 100011

Color Harmonies of #48763E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48763E

Black with #48763E

Text Example


Text Example

White with #48763E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48763E; }

 p { color: rgb(72,118,62); }

 H1.HeaderClassName
 {
   color: #48763E;
 }
 .AnyTagClassName
 {
   color: #48763E;
 }
</style>

background-color css

<style>
 a { background-color: #48763E; }

 a { background-color: rgb(72,118,62); }

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

border-color css

<style>
 span { border-color: #48763E; }

 span { border-color: rgb(72,118,62); }

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