Html Css Color HEX #48833A Fern Green

📋 copy color: '#48833A'

red 72 ◦ green 131 ◦ blue 58

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

Shades of Fern Green #48833A

Tints of Fern Green #48833A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 22.22%

R = 27.59%
G = 50.19%
B = 22.22%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#48833A (or 0x48833A) is known color: Fern Green. HEX triplet: 48, 83 and 3A. RGB value is (72,131,58). Sum of RGB (Red+Green+Blue) = 72+131+58=261 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.59% from 261); Green value is 131 (51.56% from 255 or 50.19% from 261); Blue value is 58 (23.05% from 255 or 22.22% from 261); Max value from RGB is 131 - color contains mainly: green. Hex color #48833A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48833A is #B77CC5. Grayscale: #696969. Windows color (decimal): -12025030 or 3834696. OLE color: 3834696.

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

Color convert

RGB 72 131 58 -
CMYK 0.45 0 0.56 0.49
HSL 108.49º 0.39% 0.37% -
HSV(B) 108.49º 0.56% 0.51% -
XYZ 11.55 17.92 6.85 -
YUV 105.04 101.45 104.44 -
System Red Green Blue C M Y K H S L
Decimal 72 131 58 0.45 0 0.56 0.49 108.49 0.39 0.37
Hex 48 83 3A 2D 0 38 31 6C 27 25
Octal 110 203 72 55 0 70 61 154 47 45
Binary 1001000 10000011 111010 101101 0 111000 110001 1101100 100111 100101

Color Harmonies of #48833A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48833A

Black with #48833A

Text Example


Text Example

White with #48833A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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