Html Css Color HEX #48833F Fern Green

📋 copy color: '#48833F'

red 72 ◦ green 131 ◦ blue 63

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

Shades of Fern Green #48833F

Tints of Fern Green #48833F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 49.25%

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

R = 27.07%
G = 49.25%
B = 23.68%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.52

 K value IS 0.49

RGB Variations

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

Color information

#48833F (or 0x48833F) is known color: Fern Green. HEX triplet: 48, 83 and 3F. RGB value is (72,131,63). Sum of RGB (Red+Green+Blue) = 72+131+63=266 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.07% from 266); Green value is 131 (51.56% from 255 or 49.25% from 266); Blue value is 63 (25% from 255 or 23.68% from 266); Max value from RGB is 131 - color contains mainly: green. Hex color #48833F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48833F is #B77CC0. Grayscale: #696969. Windows color (decimal): -12025025 or 4162376. OLE color: 4162376.

HSL color Cylindrical-coordinate representation of color #48833F: hue angle of 112.06º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #48833F is Cyan = 0.45, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB 72 131 63 -
CMYK 0.45 0 0.52 0.49
HSL 112.06º 0.35% 0.38% -
HSV(B) 112.06º 0.52% 0.51% -
XYZ 11.69 17.97 7.56 -
YUV 105.61 103.95 104.03 -
System Red Green Blue C M Y K H S L
Decimal 72 131 63 0.45 0 0.52 0.49 112.06 0.35 0.38
Hex 48 83 3F 2D 0 34 31 70 23 26
Octal 110 203 77 55 0 64 61 160 43 46
Binary 1001000 10000011 111111 101101 0 110100 110001 1110000 100011 100110

Color Harmonies of #48833F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48833F

Black with #48833F

Text Example


Text Example

White with #48833F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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