Html Css Color HEX #48823B Fern Green

📋 copy color: '#48823B'

red 72 ◦ green 130 ◦ blue 59

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

Shades of Fern Green #48823B

Tints of Fern Green #48823B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 22.61%

R = 27.59%
G = 49.81%
B = 22.61%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#48823B (or 0x48823B) is known color: Fern Green. HEX triplet: 48, 82 and 3B. RGB value is (72,130,59). Sum of RGB (Red+Green+Blue) = 72+130+59=261 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.59% from 261); Green value is 130 (51.17% from 255 or 49.81% from 261); Blue value is 59 (23.44% from 255 or 22.61% from 261); Max value from RGB is 130 - color contains mainly: green. Hex color #48823B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48823B is #B77DC4. Grayscale: #686868. Windows color (decimal): -12025285 or 3899976. OLE color: 3899976.

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

Color convert

RGB 72 130 59 -
CMYK 0.45 0 0.55 0.49
HSL 109.01º 0.38% 0.37% -
HSV(B) 109.01º 0.55% 0.51% -
XYZ 11.44 17.66 6.94 -
YUV 104.56 102.28 104.77 -
System Red Green Blue C M Y K H S L
Decimal 72 130 59 0.45 0 0.55 0.49 109.01 0.38 0.37
Hex 48 82 3B 2D 0 37 31 6D 26 25
Octal 110 202 73 55 0 67 61 155 46 45
Binary 1001000 10000010 111011 101101 0 110111 110001 1101101 100110 100101

Color Harmonies of #48823B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48823B

Black with #48823B

Text Example


Text Example

White with #48823B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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