Html Css Color HEX #48853A Fern Green

📋 copy color: '#48853A'

red 72 ◦ green 133 ◦ blue 58

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

Shades of Fern Green #48853A

Tints of Fern Green #48853A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 50.57%

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

R = 27.38%
G = 50.57%
B = 22.05%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#48853A (or 0x48853A) is known color: Fern Green. HEX triplet: 48, 85 and 3A. RGB value is (72,133,58). Sum of RGB (Red+Green+Blue) = 72+133+58=263 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.38% from 263); Green value is 133 (52.34% from 255 or 50.57% from 263); Blue value is 58 (23.05% from 255 or 22.05% from 263); Max value from RGB is 133 - color contains mainly: green. Hex color #48853A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48853A is #B77AC5. Grayscale: #6A6A6A. Windows color (decimal): -12024518 or 3835208. OLE color: 3835208.

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

Color convert

RGB 72 133 58 -
CMYK 0.46 0 0.56 0.48
HSL 108.8º 0.39% 0.37% -
HSV(B) 108.8º 0.56% 0.52% -
XYZ 11.82 18.46 6.94 -
YUV 106.21 100.79 103.6 -
System Red Green Blue C M Y K H S L
Decimal 72 133 58 0.46 0 0.56 0.48 108.8 0.39 0.37
Hex 48 85 3A 2E 0 38 30 6D 27 25
Octal 110 205 72 56 0 70 60 155 47 45
Binary 1001000 10000101 111010 101110 0 111000 110000 1101101 100111 100101

Color Harmonies of #48853A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48853A

Black with #48853A

Text Example


Text Example

White with #48853A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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