Html Css Color HEX #488245 Fern Green

📋 copy color: '#488245'

red 72 ◦ green 130 ◦ blue 69

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

Shades of Fern Green #488245

Tints of Fern Green #488245

RGB

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

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

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

R = 26.57%
G = 47.97%
B = 25.46%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#488245 (or 0x488245) is known color: Fern Green. HEX triplet: 48, 82 and 45. RGB value is (72,130,69). Sum of RGB (Red+Green+Blue) = 72+130+69=271 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.57% from 271); Green value is 130 (51.17% from 255 or 47.97% from 271); Blue value is 69 (27.34% from 255 or 25.46% from 271); Max value from RGB is 130 - color contains mainly: green. Hex color #488245 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488245 is #B77DBA. Grayscale: #696969. Windows color (decimal): -12025275 or 4555336. OLE color: 4555336.

HSL color Cylindrical-coordinate representation of color #488245: hue angle of 117.05º degrees, saturation: 0.31, 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 #488245 is Cyan = 0.45, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB 72 130 69 -
CMYK 0.45 0 0.47 0.49
HSL 117.05º 0.31% 0.39% -
HSV(B) 117.05º 0.47% 0.51% -
XYZ 11.73 17.77 8.44 -
YUV 105.7 107.28 103.96 -
System Red Green Blue C M Y K H S L
Decimal 72 130 69 0.45 0 0.47 0.49 117.05 0.31 0.39
Hex 48 82 45 2D 0 2F 31 75 1F 27
Octal 110 202 105 55 0 57 61 165 37 47
Binary 1001000 10000010 1000101 101101 0 101111 110001 1110101 11111 100111

Color Harmonies of #488245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488245

Black with #488245

Text Example


Text Example

White with #488245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488245; }

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

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

background-color css

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

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

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

border-color css

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

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

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