Html Css Color HEX #48733D Fern Green

📋 copy color: '#48733D'

red 72 ◦ green 115 ◦ blue 61

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

Shades of Fern Green #48733D

Tints of Fern Green #48733D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 24.6%

R = 29.03%
G = 46.37%
B = 24.6%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#48733D (or 0x48733D) is known color: Fern Green. HEX triplet: 48, 73 and 3D. RGB value is (72,115,61). Sum of RGB (Red+Green+Blue) = 72+115+61=248 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.03% from 248); Green value is 115 (45.31% from 255 or 46.37% from 248); Blue value is 61 (24.22% from 255 or 24.60% from 248); Max value from RGB is 115 - color contains mainly: green. Hex color #48733D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48733D is #B78CC2. Grayscale: #606060. Windows color (decimal): -12029123 or 4027208. OLE color: 4027208.

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

Color convert

RGB 72 115 61 -
CMYK 0.37 0 0.47 0.55
HSL 107.78º 0.31% 0.35% -
HSV(B) 107.78º 0.47% 0.45% -
XYZ 9.65 13.98 6.6 -
YUV 95.99 108.25 110.89 -
System Red Green Blue C M Y K H S L
Decimal 72 115 61 0.37 0 0.47 0.55 107.78 0.31 0.35
Hex 48 73 3D 25 0 2F 37 6C 1F 23
Octal 110 163 75 45 0 57 67 154 37 43
Binary 1001000 1110011 111101 100101 0 101111 110111 1101100 11111 100011

Color Harmonies of #48733D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48733D

Black with #48733D

Text Example


Text Example

White with #48733D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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