Html Css Color HEX #48783D Fern Green

📋 copy color: '#48783D'

red 72 ◦ green 120 ◦ blue 61

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

Shades of Fern Green #48783D

Tints of Fern Green #48783D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 47.43%

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

R = 28.46%
G = 47.43%
B = 24.11%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.49

 K value IS 0.53

RGB Variations

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

Color information

#48783D (or 0x48783D) is known color: Fern Green. HEX triplet: 48, 78 and 3D. RGB value is (72,120,61). Sum of RGB (Red+Green+Blue) = 72+120+61=253 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.46% from 253); Green value is 120 (47.27% from 255 or 47.43% from 253); Blue value is 61 (24.22% from 255 or 24.11% from 253); Max value from RGB is 120 - color contains mainly: green. Hex color #48783D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48783D is #B787C2. Grayscale: #636363. Windows color (decimal): -12027843 or 4028488. OLE color: 4028488.

HSL color Cylindrical-coordinate representation of color #48783D: hue angle of 108.81º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #48783D is Cyan = 0.40, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.53.

Color convert

RGB 72 120 61 -
CMYK 0.40 0 0.49 0.53
HSL 108.81º 0.33% 0.35% -
HSV(B) 108.81º 0.49% 0.47% -
XYZ 10.23 15.15 6.8 -
YUV 98.92 106.6 108.8 -
System Red Green Blue C M Y K H S L
Decimal 72 120 61 0.40 0 0.49 0.53 108.81 0.33 0.35
Hex 48 78 3D 28 0 31 35 6D 21 23
Octal 110 170 75 50 0 61 65 155 41 43
Binary 1001000 1111000 111101 101000 0 110001 110101 1101101 100001 100011

Color Harmonies of #48783D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48783D

Black with #48783D

Text Example


Text Example

White with #48783D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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