#619552

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

Shades of Hippie Green #619552

Tints of Hippie Green #619552

Color information

#619552 (or 0x619552) is unknown color: approx Hippie Green. HEX triplet: 61, 95 and 52. RGB value is (97,149,82). Sum of RGB (Red+Green+Blue) = 97+149+82=328 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.57% from 328); Green value is 149 (58.59% from 255 or 45.43% from 328); Blue value is 82 (32.42% from 255 or 25% from 328); Max value from RGB is 149 - color contains mainly: green. Hex color #619552 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619552 is #9E6AAD. Grayscale: #7E7E7E. Windows color (decimal): -10381998 or 5412193. OLE color: 5412193.

HSL color Cylindrical-coordinate representation of color #619552: hue angle of 106.57º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #619552 is Cyan = 0.35, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB9714982-
CMYK0.3500.450.42
HSL106.57º29%45.29%-
HSV(B)106.57º44.97%58.43%-
XYZ17.224.6511.83-
YUV125.81103.27107.45-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.57%
GREEN value IS 149 (58.59% from 255) = 45.43%
BLUE value IS 82 (32.42% from 255) = 25%
R=29.57%
G=45.43%
B=25%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal97149820.3500.450.42106.572945.29
Hex6195522302D2A6b1d2d
Octal14122512243055521533555
Binary11000011001010110100101000110101101101010110101111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619552; }

 p { color: rgb(97,149,82); }

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

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

 a { background-color: rgb(97,149,82); }

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

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

 span { border-color: rgb(97,149,82); }

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