Html Css Color HEX #48823C Fern Green

📋 copy color: '#48823C'

red 72 ◦ green 130 ◦ blue 60

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

Shades of Fern Green #48823C

Tints of Fern Green #48823C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 49.62%

 BLUE value IS 60 (23.83% from 255) = 22.9%

R = 27.48%
G = 49.62%
B = 22.9%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.54

 K value IS 0.49

RGB Variations

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

Color information

#48823C (or 0x48823C) is known color: Fern Green. HEX triplet: 48, 82 and 3C. RGB value is (72,130,60). Sum of RGB (Red+Green+Blue) = 72+130+60=262 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.48% from 262); Green value is 130 (51.17% from 255 or 49.62% from 262); Blue value is 60 (23.83% from 255 or 22.90% from 262); Max value from RGB is 130 - color contains mainly: green. Hex color #48823C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48823C is #B77DC3. Grayscale: #686868. Windows color (decimal): -12025284 or 3965512. OLE color: 3965512.

HSL color Cylindrical-coordinate representation of color #48823C: hue angle of 109.71º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #48823C is Cyan = 0.45, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.49.

Color convert

RGB 72 130 60 -
CMYK 0.45 0 0.54 0.49
HSL 109.71º 0.37% 0.37% -
HSV(B) 109.71º 0.54% 0.51% -
XYZ 11.47 17.67 7.08 -
YUV 104.68 102.78 104.69 -
System Red Green Blue C M Y K H S L
Decimal 72 130 60 0.45 0 0.54 0.49 109.71 0.37 0.37
Hex 48 82 3C 2D 0 36 31 6E 25 25
Octal 110 202 74 55 0 66 61 156 45 45
Binary 1001000 10000010 111100 101101 0 110110 110001 1101110 100101 100101

Color Harmonies of #48823C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48823C

Black with #48823C

Text Example


Text Example

White with #48823C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48823C; }

 p { color: rgb(72,130,60); }

 H1.HeaderClassName
 {
   color: #48823C;
 }
 .AnyTagClassName
 {
   color: #48823C;
 }
</style>

background-color css

<style>
 a { background-color: #48823C; }

 a { background-color: rgb(72,130,60); }

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

border-color css

<style>
 span { border-color: #48823C; }

 span { border-color: rgb(72,130,60); }

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