Html Css Color HEX #488A3D Fern Green

📋 copy color: '#488A3D'

red 72 ◦ green 138 ◦ blue 61

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

Shades of Fern Green #488A3D

Tints of Fern Green #488A3D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 50.92%

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

R = 26.57%
G = 50.92%
B = 22.51%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.56

 K value IS 0.46

RGB Variations

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

Color information

#488A3D (or 0x488A3D) is known color: Fern Green. HEX triplet: 48, 8A and 3D. RGB value is (72,138,61). Sum of RGB (Red+Green+Blue) = 72+138+61=271 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.57% from 271); Green value is 138 (54.30% from 255 or 50.92% from 271); Blue value is 61 (24.22% from 255 or 22.51% from 271); Max value from RGB is 138 - color contains mainly: green. Hex color #488A3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488A3D is #B775C2. Grayscale: #6D6D6D. Windows color (decimal): -12023235 or 4033096. OLE color: 4033096.

HSL color Cylindrical-coordinate representation of color #488A3D: hue angle of 111.43º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #488A3D is Cyan = 0.48, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.46.

Color convert

RGB 72 138 61 -
CMYK 0.48 0 0.56 0.46
HSL 111.43º 0.39% 0.39% -
HSV(B) 111.43º 0.56% 0.54% -
XYZ 12.6 19.89 7.59 -
YUV 109.49 100.63 101.26 -
System Red Green Blue C M Y K H S L
Decimal 72 138 61 0.48 0 0.56 0.46 111.43 0.39 0.39
Hex 48 8A 3D 30 0 38 2E 6F 27 27
Octal 110 212 75 60 0 70 56 157 47 47
Binary 1001000 10001010 111101 110000 0 111000 101110 1101111 100111 100111

Color Harmonies of #488A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488A3D

Black with #488A3D

Text Example


Text Example

White with #488A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488A3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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