Html Css Color HEX #48823F Fern Green

📋 copy color: '#48823F'

red 72 ◦ green 130 ◦ blue 63

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

Shades of Fern Green #48823F

Tints of Fern Green #48823F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 49.06%

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

R = 27.17%
G = 49.06%
B = 23.77%

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

#48823F (or 0x48823F) is known color: Fern Green. HEX triplet: 48, 82 and 3F. RGB value is (72,130,63). Sum of RGB (Red+Green+Blue) = 72+130+63=265 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.17% from 265); Green value is 130 (51.17% from 255 or 49.06% from 265); Blue value is 63 (25% from 255 or 23.77% from 265); Max value from RGB is 130 - color contains mainly: green. Hex color #48823F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48823F is #B77DC0. Grayscale: #696969. Windows color (decimal): -12025281 or 4162120. OLE color: 4162120.

HSL color Cylindrical-coordinate representation of color #48823F: hue angle of 111.94º 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 #48823F is Cyan = 0.45, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB 72 130 63 -
CMYK 0.45 0 0.52 0.49
HSL 111.94º 0.35% 0.38% -
HSV(B) 111.94º 0.52% 0.51% -
XYZ 11.55 17.7 7.51 -
YUV 105.02 104.28 104.45 -
System Red Green Blue C M Y K H S L
Decimal 72 130 63 0.45 0 0.52 0.49 111.94 0.35 0.38
Hex 48 82 3F 2D 0 34 31 70 23 26
Octal 110 202 77 55 0 64 61 160 43 46
Binary 1001000 10000010 111111 101101 0 110100 110001 1110000 100011 100110

Color Harmonies of #48823F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48823F

Black with #48823F

Text Example


Text Example

White with #48823F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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