Html Css Color HEX #48883A Fern Green

📋 copy color: '#48883A'

red 72 ◦ green 136 ◦ blue 58

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

Shades of Fern Green #48883A

Tints of Fern Green #48883A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 51.13%

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

R = 27.07%
G = 51.13%
B = 21.8%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#48883A (or 0x48883A) is known color: Fern Green. HEX triplet: 48, 88 and 3A. RGB value is (72,136,58). Sum of RGB (Red+Green+Blue) = 72+136+58=266 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.07% from 266); Green value is 136 (53.52% from 255 or 51.13% from 266); Blue value is 58 (23.05% from 255 or 21.80% from 266); Max value from RGB is 136 - color contains mainly: green. Hex color #48883A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48883A is #B777C5. Grayscale: #6C6C6C. Windows color (decimal): -12023750 or 3835976. OLE color: 3835976.

HSL color Cylindrical-coordinate representation of color #48883A: hue angle of 109.23º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #48883A is Cyan = 0.47, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB 72 136 58 -
CMYK 0.47 0 0.57 0.47
HSL 109.23º 0.4% 0.38% -
HSV(B) 109.23º 0.57% 0.53% -
XYZ 12.24 19.29 7.08 -
YUV 107.97 99.8 102.34 -
System Red Green Blue C M Y K H S L
Decimal 72 136 58 0.47 0 0.57 0.47 109.23 0.4 0.38
Hex 48 88 3A 2F 0 39 2F 6D 28 26
Octal 110 210 72 57 0 71 57 155 50 46
Binary 1001000 10001000 111010 101111 0 111001 101111 1101101 101000 100110

Color Harmonies of #48883A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48883A

Black with #48883A

Text Example


Text Example

White with #48883A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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