Html Css Color HEX #48893D Fern Green

📋 copy color: '#48893D'

red 72 ◦ green 137 ◦ blue 61

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

Shades of Fern Green #48893D

Tints of Fern Green #48893D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 50.74%

 BLUE value IS 61 (24.22% from 255) = 22.59%

R = 26.67%
G = 50.74%
B = 22.59%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.55

 K value IS 0.46

RGB Variations

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

Color information

#48893D (or 0x48893D) is known color: Fern Green. HEX triplet: 48, 89 and 3D. RGB value is (72,137,61). Sum of RGB (Red+Green+Blue) = 72+137+61=270 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.67% from 270); Green value is 137 (53.91% from 255 or 50.74% from 270); Blue value is 61 (24.22% from 255 or 22.59% from 270); Max value from RGB is 137 - color contains mainly: green. Hex color #48893D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48893D is #B776C2. Grayscale: #6D6D6D. Windows color (decimal): -12023491 or 4032840. OLE color: 4032840.

HSL color Cylindrical-coordinate representation of color #48893D: hue angle of 111.32º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #48893D is Cyan = 0.47, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.46.

Color convert

RGB 72 137 61 -
CMYK 0.47 0 0.55 0.46
HSL 111.32º 0.38% 0.39% -
HSV(B) 111.32º 0.55% 0.54% -
XYZ 12.46 19.61 7.54 -
YUV 108.9 100.97 101.68 -
System Red Green Blue C M Y K H S L
Decimal 72 137 61 0.47 0 0.55 0.46 111.32 0.38 0.39
Hex 48 89 3D 2F 0 37 2E 6F 26 27
Octal 110 211 75 57 0 67 56 157 46 47
Binary 1001000 10001001 111101 101111 0 110111 101110 1101111 100110 100111

Color Harmonies of #48893D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48893D

Black with #48893D

Text Example


Text Example

White with #48893D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48893D; }

 p { color: rgb(72,137,61); }

 H1.HeaderClassName
 {
   color: #48893D;
 }
 .AnyTagClassName
 {
   color: #48893D;
 }
</style>

background-color css

<style>
 a { background-color: #48893D; }

 a { background-color: rgb(72,137,61); }

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

border-color css

<style>
 span { border-color: #48893D; }

 span { border-color: rgb(72,137,61); }

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