Html Css Color HEX #48813D Fern Green

📋 copy color: '#48813D'

red 72 ◦ green 129 ◦ blue 61

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

Shades of Fern Green #48813D

Tints of Fern Green #48813D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 49.24%

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

R = 27.48%
G = 49.24%
B = 23.28%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#48813D (or 0x48813D) is known color: Fern Green. HEX triplet: 48, 81 and 3D. RGB value is (72,129,61). Sum of RGB (Red+Green+Blue) = 72+129+61=262 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.48% from 262); Green value is 129 (50.78% from 255 or 49.24% from 262); Blue value is 61 (24.22% from 255 or 23.28% from 262); Max value from RGB is 129 - color contains mainly: green. Hex color #48813D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48813D is #B77EC2. Grayscale: #686868. Windows color (decimal): -12025539 or 4030792. OLE color: 4030792.

HSL color Cylindrical-coordinate representation of color #48813D: hue angle of 110.29º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #48813D is Cyan = 0.44, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB 72 129 61 -
CMYK 0.44 0 0.53 0.49
HSL 110.29º 0.36% 0.37% -
HSV(B) 110.29º 0.53% 0.51% -
XYZ 11.37 17.42 7.18 -
YUV 104.21 103.62 105.03 -
System Red Green Blue C M Y K H S L
Decimal 72 129 61 0.44 0 0.53 0.49 110.29 0.36 0.37
Hex 48 81 3D 2C 0 35 31 6E 24 25
Octal 110 201 75 54 0 65 61 156 44 45
Binary 1001000 10000001 111101 101100 0 110101 110001 1101110 100100 100101

Color Harmonies of #48813D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48813D

Black with #48813D

Text Example


Text Example

White with #48813D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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