#548250

Color #548250 Hippie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Green #548250

Tints of Hippie Green #548250

Color information

#548250 (or 0x548250) is unknown color: approx Hippie Green. HEX triplet: 54, 82 and 50. RGB value is (84,130,80). Sum of RGB (Red+Green+Blue) = 84+130+80=294 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.57% from 294); Green value is 130 (51.17% from 255 or 44.22% from 294); Blue value is 80 (31.64% from 255 or 27.21% from 294); Max value from RGB is 130 - color contains mainly: green. Hex color #548250 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548250 is #AB7DAF. Grayscale: #6E6E6E. Windows color (decimal): -11238832 or 5276244. OLE color: 5276244.

HSL color Cylindrical-coordinate representation of color #548250: hue angle of 115.2º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #548250 is Cyan = 0.35, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB8413080-
CMYK0.3500.380.49
HSL115.2º23.81%41.18%-
HSV(B)115.2º38.46%50.98%-
XYZ13.0918.4310.46-
YUV110.55110.76109.07-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.57%
GREEN value IS 130 (51.17% from 255) = 44.22%
BLUE value IS 80 (31.64% from 255) = 27.21%
R=28.57%
G=44.22%
B=27.21%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal84130800.3500.380.49115.223.8141.18
Hex5482502302631731829
Octal12420212043046611633051
Binary10101001000001010100001000110100110110001111001111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548250; }

 p { color: rgb(84,130,80); }

 H1.HeaderClassName
 {
   color: #548250;
 }
 .AnyTagClassName
 {
   color: #548250;
 }
</style>
background-color css

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

 a { background-color: rgb(84,130,80); }

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

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

 span { border-color: rgb(84,130,80); }

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