Html Css Color HEX #488038 Fern Green

📋 copy color: '#488038'

red 72 ◦ green 128 ◦ blue 56

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

Shades of Fern Green #488038

Tints of Fern Green #488038

RGB

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

 GREEN value IS 128 (50.39% from 255) = 50%

 BLUE value IS 56 (22.27% from 255) = 21.88%

R = 28.13%
G = 50%
B = 21.88%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.56

 K value IS 0.50

RGB Variations

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

Color information

#488038 (or 0x488038) is known color: Fern Green. HEX triplet: 48, 80 and 38. RGB value is (72,128,56). Sum of RGB (Red+Green+Blue) = 72+128+56=256 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.12% from 256); Green value is 128 (50.39% from 255 or 50% from 256); Blue value is 56 (22.27% from 255 or 21.88% from 256); Max value from RGB is 128 - color contains mainly: green. Hex color #488038 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488038 is #B77FC7. Grayscale: #676767. Windows color (decimal): -12025800 or 3702856. OLE color: 3702856.

HSL color Cylindrical-coordinate representation of color #488038: hue angle of 106.67º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #488038 is Cyan = 0.44, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.50.

Color convert

RGB 72 128 56 -
CMYK 0.44 0 0.56 0.50
HSL 106.67º 0.39% 0.36% -
HSV(B) 106.67º 0.56% 0.5% -
XYZ 11.11 17.1 6.46 -
YUV 103.05 101.45 105.85 -
System Red Green Blue C M Y K H S L
Decimal 72 128 56 0.44 0 0.56 0.50 106.67 0.39 0.36
Hex 48 80 38 2C 0 38 32 6B 27 24
Octal 110 200 70 54 0 70 62 153 47 44
Binary 1001000 10000000 111000 101100 0 111000 110010 1101011 100111 100100

Color Harmonies of #488038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488038

Black with #488038

Text Example


Text Example

White with #488038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488038; }

 p { color: rgb(72,128,56); }

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

background-color css

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

 a { background-color: rgb(72,128,56); }

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

border-color css

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

 span { border-color: rgb(72,128,56); }

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