Html Css Color HEX #488145 Fern Green

📋 copy color: '#488145'

red 72 ◦ green 129 ◦ blue 69

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

Shades of Fern Green #488145

Tints of Fern Green #488145

RGB

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

 GREEN value IS 129 (50.78% from 255) = 47.78%

 BLUE value IS 69 (27.34% from 255) = 25.56%

R = 26.67%
G = 47.78%
B = 25.56%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#488145 (or 0x488145) is known color: Fern Green. HEX triplet: 48, 81 and 45. RGB value is (72,129,69). Sum of RGB (Red+Green+Blue) = 72+129+69=270 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.67% from 270); Green value is 129 (50.78% from 255 or 47.78% from 270); Blue value is 69 (27.34% from 255 or 25.56% from 270); Max value from RGB is 129 - color contains mainly: green. Hex color #488145 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488145 is #B77EBA. Grayscale: #696969. Windows color (decimal): -12025531 or 4555080. OLE color: 4555080.

HSL color Cylindrical-coordinate representation of color #488145: hue angle of 117º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #488145 is Cyan = 0.44, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB 72 129 69 -
CMYK 0.44 0 0.47 0.49
HSL 117º 0.3% 0.39% -
HSV(B) 117º 0.47% 0.51% -
XYZ 11.6 17.51 8.4 -
YUV 105.12 107.62 104.38 -
System Red Green Blue C M Y K H S L
Decimal 72 129 69 0.44 0 0.47 0.49 117 0.3 0.39
Hex 48 81 45 2C 0 2F 31 75 1E 27
Octal 110 201 105 54 0 57 61 165 36 47
Binary 1001000 10000001 1000101 101100 0 101111 110001 1110101 11110 100111

Color Harmonies of #488145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488145

Black with #488145

Text Example


Text Example

White with #488145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488145; }

 p { color: rgb(72,129,69); }

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

background-color css

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

 a { background-color: rgb(72,129,69); }

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

border-color css

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

 span { border-color: rgb(72,129,69); }

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