#619C52

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

Shades of Hippie Green #619C52

Tints of Hippie Green #619C52

Color information

#619C52 (or 0x619C52) is unknown color: approx Hippie Green. HEX triplet: 61, 9C and 52. RGB value is (97,156,82). Sum of RGB (Red+Green+Blue) = 97+156+82=335 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.96% from 335); Green value is 156 (61.33% from 255 or 46.57% from 335); Blue value is 82 (32.42% from 255 or 24.48% from 335); Max value from RGB is 156 - color contains mainly: green. Hex color #619C52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619C52 is #9E63AD. Grayscale: #828282. Windows color (decimal): -10380206 or 5413985. OLE color: 5413985.

HSL color Cylindrical-coordinate representation of color #619C52: hue angle of 107.84º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #619C52 is Cyan = 0.38, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.39.

Color convert

RGB9715682-
CMYK0.3800.470.39
HSL107.84º31.09%46.67%-
HSV(B)107.84º47.44%61.18%-
XYZ18.3426.9312.21-
YUV129.92100.95104.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.96%
GREEN value IS 156 (61.33% from 255) = 46.57%
BLUE value IS 82 (32.42% from 255) = 24.48%
R=28.96%
G=46.57%
B=24.48%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal97156820.3800.470.39107.8431.0946.67
Hex619C522602F276c1f2f
Octal14123412246057471543757
Binary11000011001110010100101001100101111100111110110011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619C52; }

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

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

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

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

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

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

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

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