Html Css Color HEX #48833D Fern Green

📋 copy color: '#48833D'

red 72 ◦ green 131 ◦ blue 61

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

Shades of Fern Green #48833D

Tints of Fern Green #48833D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 49.62%

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

R = 27.27%
G = 49.62%
B = 23.11%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#48833D (or 0x48833D) is known color: Fern Green. HEX triplet: 48, 83 and 3D. RGB value is (72,131,61). Sum of RGB (Red+Green+Blue) = 72+131+61=264 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.27% from 264); Green value is 131 (51.56% from 255 or 49.62% from 264); Blue value is 61 (24.22% from 255 or 23.11% from 264); Max value from RGB is 131 - color contains mainly: green. Hex color #48833D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48833D is #B77CC2. Grayscale: #696969. Windows color (decimal): -12025027 or 4031304. OLE color: 4031304.

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

Color convert

RGB 72 131 61 -
CMYK 0.45 0 0.53 0.49
HSL 110.57º 0.36% 0.38% -
HSV(B) 110.57º 0.53% 0.51% -
XYZ 11.63 17.95 7.27 -
YUV 105.38 102.95 104.19 -
System Red Green Blue C M Y K H S L
Decimal 72 131 61 0.45 0 0.53 0.49 110.57 0.36 0.38
Hex 48 83 3D 2D 0 35 31 6F 24 26
Octal 110 203 75 55 0 65 61 157 44 46
Binary 1001000 10000011 111101 101101 0 110101 110001 1101111 100100 100110

Color Harmonies of #48833D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48833D

Black with #48833D

Text Example


Text Example

White with #48833D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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